Fixes a turf runtime (#37038)

This commit is contained in:
vuonojenmustaturska
2018-04-08 19:22:14 -05:00
committed by CitadelStationBot
parent 120457d8fd
commit d0075b37b3
5 changed files with 5 additions and 5 deletions
@@ -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()