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

🆑
fix: Fixed players being able to turn into tendril/dupe necrochests from
it by turning it into MOB_SPECIAL biotype.
/🆑
This commit is contained in:
Aliceee2ch
2026-07-09 16:13:56 +02:00
committed by GitHub
parent 0b472f6c35
commit 80e7ce6c48
@@ -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