Lava is no longer a plating + all lava is smooth (#23482)

* woohoo

* sirryan review

* accept incoming and stuff

* fuck
This commit is contained in:
Contrabang
2023-12-16 11:47:44 +00:00
committed by GitHub
parent 6a84d32190
commit 09dd7309ad
32 changed files with 8490 additions and 8492 deletions
@@ -456,7 +456,7 @@ Difficulty: Medium
// changes turf to lava temporarily
if(!T.density && !islava(T))
var/lava_turf = /turf/simulated/floor/plating/lava/smooth
var/lava_turf = /turf/simulated/floor/lava
var/reset_turf = T.type
T.ChangeTurf(lava_turf)
sleep(reset_time)