Fixes enemies that become unkillable on higher-level maps by forcing them to despawn when they die.
In some REPO maps—particularly at higher difficulty levels—certain enemies fail to properly die, causing them to remain stuck or immortal. The most common offender is the Robe enemy, which often fails to despawn when defeated.
This mod resolves the issue by patching the OnDeath method for enemies you've selected in the config, and forcibly calling EnemyParent.Despawn() to ensure proper cleanup.
After the game loads, a config file will be generated at:
BepInEx/config/FluxTeam.UnkillableEnemyFixer.cfg
This config includes all base game and modded enemies, with individual toggles to enable the fix per enemy. No enemies are patched by default—you must enable them manually.
[EnemyRobe]
## Force despawn enemy on death
# Setting type: Boolean
# Default value: false
ForceDespawnOnDeath = true