mud/src/mudlib/combat
Jared Miller 487e316629
Wire corpse spawning into combat death handling
When a mob dies in combat, create_corpse is called to spawn a corpse
at the mob's position with the mob's inventory transferred. This
replaces the direct despawn_mob call, making combat deaths leave
lootable corpses behind.

The fallback to despawn_mob is kept if the mob somehow has no zone.
2026-02-14 09:56:37 -05:00
..
__init__.py Add data-driven combat system with TOML move definitions 2026-02-07 21:16:12 -05:00
commands.py Wire target resolution into combat commands 2026-02-14 01:39:45 -05:00
encounter.py Fix flying dodge template grammar 2026-02-14 01:00:37 -05:00
engine.py Wire corpse spawning into combat death handling 2026-02-14 09:56:37 -05:00
moves.py Add announce and resolve templates to combat moves 2026-02-13 23:21:50 -05:00
stamina.py Wire stamina cues into combat and power loops 2026-02-14 01:00:37 -05:00