From 76b2028c615a212a6af07cd96e2b4fbefbcf42be Mon Sep 17 00:00:00 2001 From: SkyratBot <59378654+SkyratBot@users.noreply.github.com> Date: Mon, 25 Sep 2023 21:34:09 +0200 Subject: [PATCH] [MIRROR] Removes `CANPUSH` status flag from lavaland basic mobs [MDB IGNORE] (#23908) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Removes `CANPUSH` status flag from lavaland basic mobs (#78531) ## About The Pull Request Title. This makes it so every lavaland mob is now unable to be pushed by moving into them while on combat mode. Namely this helps with watchers, as they have gained this vulnerability when they've got the basic bitch treatment — it caused their _look away_ ability to be easily cancellable by just pushing them. ~~you can still just fuckin' grab them to do that and i think it's fair game~~ Lobsters and brimdemons are also affected, which i'm not sure how exactly this affects their gameplay... but it is what it is. ## Why It's Good For The Game Previous behavior restored, mobs stop being bullied by literally running into them. * Removes `CANPUSH` status flag from lavaland basic mobs --------- Co-authored-by: Sealed101 --- code/modules/mob/living/basic/lavaland/mining.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/mob/living/basic/lavaland/mining.dm b/code/modules/mob/living/basic/lavaland/mining.dm index 6b1d0de5739..3570936d2f5 100644 --- a/code/modules/mob/living/basic/lavaland/mining.dm +++ b/code/modules/mob/living/basic/lavaland/mining.dm @@ -2,6 +2,7 @@ /mob/living/basic/mining icon = 'icons/mob/simple/lavaland/lavaland_monsters.dmi' combat_mode = TRUE + status_flags = NONE //don't inherit standard basicmob flags mob_size = MOB_SIZE_LARGE mob_biotypes = MOB_ORGANIC|MOB_BEAST faction = list(FACTION_MINING)