summaryrefslogtreecommitdiff
path: root/items.py
diff options
context:
space:
mode:
Diffstat (limited to 'items.py')
-rw-r--r--items.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/items.py b/items.py
index f25b718..cd14c69 100644
--- a/items.py
+++ b/items.py
@@ -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