Merge pull request #3848 from Citadel-Station-13/upstream-merge-32446

[MIRROR] Xenobio blobbernauts can no longer walk on blob tiles
This commit is contained in:
LetterJay
2017-11-08 01:45:28 -06:00
committed by GitHub

View File

@@ -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(..())