[MIRROR] Be polite! While on walk intent you won't bump, swap places or push other people now. [MDB IGNORE] (#15043)

* Be polite! While on walk intent you won't bump, swap places or push other people now. (#68493)

Co-authored-by: Seth Scherer <supernovaa41@ gmx.com>

* Be polite! While on walk intent you won't bump, swap places or push other people now.

Co-authored-by: GuillaumePrata <55374212+GuillaumePrata@users.noreply.github.com>
Co-authored-by: Seth Scherer <supernovaa41@ gmx.com>
This commit is contained in:
SkyratBot
2022-07-19 00:05:40 +00:00
committed by GitHub
co-authored by Seth Scherer GuillaumePrata
parent b71bcf1d0b
commit ee8d272736
+4
View File
@@ -86,6 +86,10 @@
//Called when we bump onto a mob
/mob/living/proc/MobBump(mob/M)
//No bumping/swapping/pushing others if you are on walk intent
if(m_intent == MOVE_INTENT_WALK)
return TRUE
SEND_SIGNAL(src, COMSIG_LIVING_MOB_BUMP, M)
//Even if we don't push/swap places, we "touched" them, so spread fire
spreadFire(M)