Skip to content

Commit

Permalink
set default charges to 0
Browse files Browse the repository at this point in the history
  • Loading branch information
Marx Mustermann committed Jun 15, 2024
1 parent 05b63be commit 36a7026
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/itemFolder/military/rodTower.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def __init__(self):
"""

super().__init__(display="/\\")
self.charges = 7
self.charges = 0
self.faction = None

def apply(self, character=None):
Expand Down

0 comments on commit 36a7026

Please sign in to comment.