general cleanup

This commit is contained in:
2025-11-28 10:43:58 -06:00
parent 45cfa25911
commit d9bc46adc1
9 changed files with 3 additions and 10 deletions

View File

@@ -720,9 +720,7 @@ app.register_blueprint(combat_bp, url_prefix='/combat')
- ✅ Turn order correct
- ✅ Attack deals damage
- ✅ Critical hits work
- [ ] Spells consume mana - unable to test
- ✅ Effects apply and tick correctly
- [ ] Items can be used in combat - unable to test
- ✅ Defend action works
- ✅ Victory awards XP/gold/loot
- ✅ Defeat handling works
@@ -731,6 +729,9 @@ app.register_blueprint(combat_bp, url_prefix='/combat')
- ✅ Multiple enemies work - would like to update to allow the player to select which enemy to attack
- ✅ Combat state persists (refresh page)
- [ ] Spells consume mana - unable to test
- [ ] Items can be used in combat - unable to test
**Bug Fixes & Polish:**
- Fix any calculation errors
- Improve combat log messages