Merge pull request #34656 from ShizCalev/makeslippery

Fixes missing MakeSlippery() args
This commit is contained in:
Jordan Brown
2018-01-20 15:09:41 -05:00
committed by CitadelStationBot
parent 7ec2a4230d
commit bb51095b00
7 changed files with 9 additions and 9 deletions
@@ -247,7 +247,7 @@
if(prob(75))
var/turf/open/T = loc
if(istype(T))
T.MakeSlippery(min_wet_time = 20, wet_time_to_add = 15)
T.MakeSlippery(TURF_WET_WATER, min_wet_time = 20, wet_time_to_add = 15)
else
visible_message("<span class='danger'>[src] whirs and bubbles violently, before releasing a plume of froth!</span>")
new /obj/effect/particle_effect/foam(loc)