Update acid.dm (#61684)

This commit is contained in:
Zephyr
2021-09-24 18:44:23 -07:00
committed by GitHub
parent 6fd1599516
commit 091d07e601
+1 -1
View File
@@ -209,7 +209,7 @@
var/mob/living/crosser = arrived
if(crosser.movement_type & FLYING)
return
if(crosser.m_intent & MOVE_INTENT_WALK)
if(crosser.m_intent == MOVE_INTENT_WALK)
return
if(prob(60))
return