mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-29 06:57:42 +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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user