diff options
Diffstat (limited to 'items.py')
| -rw-r--r-- | items.py | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -26,3 +26,8 @@ class Weapon: agile: bool = False finesse: bool = False twin: bool = False + propulsive: bool = False + thrown: int = 0 + + def dice_count(self): + return self.striking+1 |
