Fixes a turf runtime (#37038)

This commit is contained in:
vuonojenmustaturska
2018-04-09 03:22:22 +03:00
committed by CitadelStationBot
parent 120457d8fd
commit d0075b37b3
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -21,7 +21,7 @@
GET_COMPONENT(chasm_component, /datum/component/chasm)
chasm_component.drop(AM)
/turf/open/chasm/MakeSlippery()
/turf/open/chasm/MakeSlippery(wet_setting, min_wet_time, wet_time_to_add, max_wet_time, permanent)
return
/turf/open/chasm/MakeDry()
@@ -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()
+1 -1
View File
@@ -14,7 +14,7 @@
/turf/open/lava/ex_act(severity, target)
contents_explosion(severity, target)
/turf/open/lava/MakeSlippery()
/turf/open/lava/MakeSlippery(wet_setting, min_wet_time, wet_time_to_add, max_wet_time, permanent)
return
/turf/open/lava/acid_act(acidpwr, acid_volume)
+1 -1
View File
@@ -163,7 +163,7 @@
A.newtonian_move(A.inertia_dir)
/turf/open/space/MakeSlippery()
/turf/open/space/MakeSlippery(wet_setting, min_wet_time, wet_time_to_add, max_wet_time, permanent)
return
/turf/open/space/singularity_act()