From 80e7ce6c48421bb1736c0bb2ff4496cfe2493fce Mon Sep 17 00:00:00 2001 From: Aliceee2ch <160794176+Aliceee2ch@users.noreply.github.com> Date: Thu, 9 Jul 2026 17:13:56 +0300 Subject: [PATCH] Makes tendril special mob (#96843) ## About The Pull Request title ## Why It's Good For The Game to prevent shit like making infinite necropolis chests with black regenerative extract from xenobio and possibly other wacky interactions ## Changelog :cl: fix: Fixed players being able to turn into tendril/dupe necrochests from it by turning it into MOB_SPECIAL biotype. /:cl: --- code/modules/mob/living/basic/lavaland/tendril/tendril.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/living/basic/lavaland/tendril/tendril.dm b/code/modules/mob/living/basic/lavaland/tendril/tendril.dm index 8bf96a47095..d7758e6048c 100644 --- a/code/modules/mob/living/basic/lavaland/tendril/tendril.dm +++ b/code/modules/mob/living/basic/lavaland/tendril/tendril.dm @@ -13,7 +13,7 @@ GLOBAL_LIST_INIT(tendrils, list()) pixel_w = -8 base_pixel_w = -8 status_flags = NONE - mob_biotypes = MOB_ORGANIC | MOB_SKELETAL | MOB_MINING + mob_biotypes = MOB_ORGANIC | MOB_SKELETAL | MOB_MINING | MOB_SPECIAL basic_mob_flags = DEL_ON_DEATH | IMMUNE_TO_FISTS mob_size = MOB_SIZE_HUGE maxHealth = 800