Skip to content

Commit

Permalink
lag has ruined me one too many times
Browse files Browse the repository at this point in the history
  • Loading branch information
Skies-Of-Blue committed Mar 5, 2024
1 parent 95db90e commit ad148b4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions code/modules/mob/living/living.dm
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,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

//Even if we don't push/swap places, we "touched" them, so spread fire
spreadFire(M)

Expand Down

0 comments on commit ad148b4

Please sign in to comment.