general cleanup
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user