From 473548ce79501b261d4ad9d9a26767d83aeffd99 Mon Sep 17 00:00:00 2001 From: Luc <89928798+lewcc@users.noreply.github.com> Date: Mon, 17 Jul 2023 07:21:53 -0700 Subject: [PATCH] based and kindpilled (#21584) --- code/modules/mob/living/living.dm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/code/modules/mob/living/living.dm b/code/modules/mob/living/living.dm index 7797094f851..57e860aee16 100644 --- a/code/modules/mob/living/living.dm +++ b/code/modules/mob/living/living.dm @@ -81,6 +81,8 @@ //Called when we bump into a mob /mob/living/proc/MobBump(mob/M) + if(m_intent == MOVE_INTENT_WALK) + return TRUE //Even if we don't push/swap places, we "touched" them, so spread fire spreadFire(M)