mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-29 08:08:49 +01:00
[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:
co-authored by
Seth Scherer
GuillaumePrata
parent
b71bcf1d0b
commit
ee8d272736
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user