Merge pull request #17822 from optimumtact/keepphilfromkillinme

MakeSlippery proc made more readable with named arguments
This commit is contained in:
Cheridan
2016-05-24 11:59:24 -05:00
7 changed files with 13 additions and 15 deletions

View File

@@ -174,7 +174,7 @@
var/turf/T = get_turf(loc)
if(istype(T, /turf/open))
var/turf/open/theturf = T
theturf.MakeSlippery(min = 10, max = 5)
theturf.MakeSlippery(min_wet_time = 10, wet_time_to_add = 5)
user.visible_message("[user] empties out \the [src] onto the floor using the release valve.", "<span class='info'>You quietly empty out \the [src] using its release valve.</span>")
return