mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 03:27:05 +01:00
Lava is no longer a plating + all lava is smooth (#23482)
* woohoo * sirryan review * accept incoming and stuff * fuck
This commit is contained in:
@@ -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)) && !islava(T))
|
||||
if((istype(T, /turf/simulated/floor/plating) || istype(T, /turf/simulated/floor/plasteel)))
|
||||
var/turf/simulated/floor/F = T
|
||||
F.ChangeTurf(/turf/simulated/floor/carpet)
|
||||
..()
|
||||
|
||||
Reference in New Issue
Block a user