CleverRaven/Cataclysm-DDA

CORNERED_FIGHTER works weirdly with monster aggression

Open

#67,653 opened on Aug 13, 2023

View on GitHub
 (8 comments) (1 reaction) (0 assignees)C++ (3,991 forks)batch import
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

  1. Spawn a bear in an enclosed space where it can not run.
  2. Corner it.
  3. Nothing happens.
  4. Hit it.
  5. 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

Contributor guide