Skip to content

Commit

Permalink
[s] Fixes a small oversight (ParadiseSS13#23480)
Browse files Browse the repository at this point in the history
* Easy

* Fuck
  • Loading branch information
DGamerL authored Dec 6, 2023
1 parent 5291875 commit db52d96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/reagents/chemistry/reagents/misc_reagents.dm
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@
taste_description = "a carpet...what?"

/datum/reagent/carpet/reaction_turf(turf/simulated/T, volume)
if(istype(T, /turf/simulated/floor/plating) || istype(T, /turf/simulated/floor/plasteel))
if((istype(T, /turf/simulated/floor/plating) || istype(T, /turf/simulated/floor/plasteel)) && !islava(T))
var/turf/simulated/floor/F = T
F.ChangeTurf(/turf/simulated/floor/carpet)
..()
Expand Down

0 comments on commit db52d96

Please sign in to comment.