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

@@ -105,7 +105,7 @@
if(prob(10)) //Wets floors randomly
var/turf/open/OT = get_turf(loc)
OT.MakeSlippery(min = 5, max = 1)
OT.MakeSlippery(min_wet_time = 5, wet_time_to_add = 1)
if(prob(5)) //Spawns foam!
visible_message("<span class='danger'>[src] whirs and bubbles violently, before releasing a plume of froth!</span>")