Merge pull request #34656 from ShizCalev/makeslippery
Fixes missing MakeSlippery() args
This commit is contained in:
committed by
CitadelStationBot
parent
7ec2a4230d
commit
bb51095b00
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user