Fixes wet floor scaling (#36697)
* Fixes wet floor scaling * Meh lets not
This commit is contained in:
committed by
CitadelStationBot
parent
c579d81f4c
commit
4773743eab
@@ -135,7 +135,7 @@
|
||||
var/CT = cooling_temperature
|
||||
|
||||
if(reac_volume >= 5)
|
||||
T.MakeSlippery(TURF_WET_WATER, min_wet_time = 10 SECONDS, wet_time_to_add = min(reac_volume*1.5 SECONDS, 60 SECONDS))
|
||||
T.MakeSlippery(TURF_WET_WATER, 10 SECONDS, min(reac_volume*1.5 SECONDS, 60 SECONDS))
|
||||
|
||||
for(var/mob/living/simple_animal/slime/M in T)
|
||||
M.apply_water()
|
||||
|
||||
Reference in New Issue
Block a user