Merge pull request #34656 from ShizCalev/makeslippery
Fixes missing MakeSlippery() args
This commit is contained in:
committed by
CitadelStationBot
parent
7ec2a4230d
commit
bb51095b00
@@ -168,7 +168,7 @@
|
||||
return 1
|
||||
|
||||
/turf/open/proc/water_vapor_gas_act()
|
||||
MakeSlippery(min_wet_time = 10, wet_time_to_add = 5)
|
||||
MakeSlippery(TURF_WET_WATER, min_wet_time = 10, wet_time_to_add = 5)
|
||||
|
||||
for(var/mob/living/simple_animal/slime/M in src)
|
||||
M.apply_water()
|
||||
|
||||
Reference in New Issue
Block a user