mirror of
https://github.com/evennia/evennia.git
synced 2026-04-04 23:17:17 +02:00
More testing
This commit is contained in:
parent
9361dff184
commit
ec5d27e145
2 changed files with 2 additions and 0 deletions
|
|
@ -25,6 +25,7 @@ class EquipmentHandler:
|
|||
The inventory also doubles as a measure of negative effects. Getting soaked in mud
|
||||
or slime could gunk up some of your inventory slots and make the items there unusuable
|
||||
until you clean them.
|
||||
|
||||
"""
|
||||
save_attribute = "inventory_slots"
|
||||
|
||||
|
|
|
|||
|
|
@ -32,6 +32,7 @@ class EvAdventureEquipmentTest(EvAdventureMixin, BaseEvenniaTest):
|
|||
pass
|
||||
|
||||
|
||||
|
||||
class EvAdventureTurnbasedCombatHandlerTest(EvAdventureMixin, BaseEvenniaTest):
|
||||
"""
|
||||
Test the turn-based combat-handler implementation.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue