mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-21 03:59:59 +01:00
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>
This commit is contained in:
co-authored by
Seth Scherer
parent
10d3839021
commit
4ec77fdbf6
@@ -81,6 +81,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