don't slip is phased mar (#18601)

This commit is contained in:
Will
2025-10-07 09:43:08 +02:00
committed by GitHub
parent cd3ad74283
commit d7c253c96a
+2
View File
@@ -86,6 +86,8 @@
/turf/simulated/check_slipping(var/mob/living/M,var/dirtslip)
if(M.buckled)
return FALSE
if(M.is_incorporeal()) // Mar!
return FALSE
if(!wet && !(dirtslip && (dirt > 50 || is_outdoors() == OUTDOORS_YES)))
return FALSE
if(wet == TURFSLIP_WET && M.m_intent == I_WALK)