mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-29 02:21:44 +00:00
Merge pull request #17822 from optimumtact/keepphilfromkillinme
MakeSlippery proc made more readable with named arguments
This commit is contained in:
@@ -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>")
|
||||
|
||||
Reference in New Issue
Block a user