Fixes a turf runtime (#37038)
This commit is contained in:
committed by
CitadelStationBot
parent
120457d8fd
commit
d0075b37b3
@@ -129,7 +129,7 @@
|
||||
burnt_states = list("noslip-scorched1","noslip-scorched2")
|
||||
slowdown = -0.3
|
||||
|
||||
/turf/open/floor/noslip/MakeSlippery()
|
||||
/turf/open/floor/noslip/MakeSlippery(wet_setting, min_wet_time, wet_time_to_add, max_wet_time, permanent)
|
||||
return
|
||||
|
||||
/turf/open/floor/oldshuttle
|
||||
|
||||
@@ -33,7 +33,7 @@
|
||||
/turf/open/floor/plating/asteroid/burn_tile()
|
||||
return
|
||||
|
||||
/turf/open/floor/plating/asteroid/MakeSlippery()
|
||||
/turf/open/floor/plating/asteroid/MakeSlippery(wet_setting, min_wet_time, wet_time_to_add, max_wet_time, permanent)
|
||||
return
|
||||
|
||||
/turf/open/floor/plating/asteroid/MakeDry()
|
||||
|
||||
Reference in New Issue
Block a user