cleaning up code

This commit is contained in:
Zachary Watts
2026-05-03 22:32:50 -04:00
parent 2173733463
commit fbe69be2ac
7 changed files with 117 additions and 74 deletions

View File

@@ -20,6 +20,6 @@ weapons = [
]
adventuring_gear = [
"crowbar", "hammer (small)+12 iron spikes", "holy water", "lantern+3 flasks of oil", "mirror (small, steel)", "pole (10' long, wooden)",
"rope (50')", "rope (50')+grappling hook", "sack (large)", "sack (small)", "stakes (3)+mallet", "wolfsbane (1 bunch)"
"crowbar", "hammer (small) + 12 iron spikes", "holy water", "lantern + 3 flasks of oil", "mirror (small, steel)", "pole (10' long, wooden)",
"rope (50')", "rope (50') + grappling hook", "sack (large)", "sack (small)", "stakes (3) + mallet", "wolfsbane (1 bunch)"
]