fixes simplemobs grabbing people, readds blob buckling, some other minor protean blob changes (#7276)

protean blobs can now grab/disarm people again
you can now buckle to proteans again (since they can't ventcrawl)
they can now go through plastic flaps and over tables like promethean
blobs
This commit is contained in:
lolman360
2025-09-02 16:13:12 -04:00
committed by GitHub
parent 0f811aa5ac
commit e32d09be28
6 changed files with 97 additions and 42 deletions
@@ -13,6 +13,7 @@
var/list/mobs_can_pass = list(
/mob/living/bot,
/mob/living/simple_mob/slime/xenobio,
/mob/living/simple_mob/protean_blob,
/mob/living/simple_mob/animal/passive/mouse,
/mob/living/silicon/robot/drone
)