CleverRaven/Cataclysm-DDA
View on GitHubCORNERED_FIGHTER works weirdly with monster aggression
Open
#67,653 opened on Aug 13, 2023
Help WantedMonsters[C++]
Repository metrics
- Stars
- (9,264 stars)
- PR merge metrics
- (Avg merge 6d 5h) (292 merged PRs in 30d)
Description
Describe the bug
The critters affected by it do not seem to fight back.
Attach save file
n/a
Steps to reproduce
- Spawn a bear in an enclosed space where it can not run.
- Corner it.
- Nothing happens.
- Hit it.
- Nothing happens again.
I might be severely dumb but if I saw that correctly the bear does not even aggro under normal circumstances if you hit it.
I also tested with mon_cat and added CORNERED_FIGHTER into its JSON, still no dice.
Expected behavior
The creature gets aggressive.
I wonder if this is another case of a feature silently breaking, like the MEAT placate_trigger.
Screenshots
No response
Versions and configuration
- OS: Linux
- OS Version: LSB Version: n/a; Distributor ID: Arch; Description: Arch Linux; Release: rolling; Codename: n/a;
- Game Version: 5cca213 [64-bit]
- Graphics Version: Tiles
- Game Language: System language []
- Mods loaded: [ Dark Days Ahead [dda], Disable NPC Needs [no_npc_food], Slowdown Fungal Growth [no_fungal_growth], Bionic Professions [package_bionic_professions] ]
Additional context
No response