From 4b7970f4f761a1da2b3091c5387501759513268d Mon Sep 17 00:00:00 2001 From: MoreRobustThanYou Date: Tue, 7 Nov 2017 11:26:53 -0500 Subject: [PATCH] Xenobio blobbernauts can no longer walk on blob tiles (#32446) --- code/game/gamemodes/blob/blobs/blob_mobs.dm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/code/game/gamemodes/blob/blobs/blob_mobs.dm b/code/game/gamemodes/blob/blobs/blob_mobs.dm index 61dee30c8e..d27c3aa820 100644 --- a/code/game/gamemodes/blob/blobs/blob_mobs.dm +++ b/code/game/gamemodes/blob/blobs/blob_mobs.dm @@ -226,6 +226,8 @@ . = ..() if(!independent) //no pulling people deep into the blob verbs -= /mob/living/verb/pulled + else + pass_flags &= ~PASSBLOB /mob/living/simple_animal/hostile/blob/blobbernaut/Life() if(..())