Skip to content

Commit

Permalink
modified: SD-Four-Zeroes.py
Browse files Browse the repository at this point in the history
  • Loading branch information
cjstoddard committed Aug 6, 2023
1 parent 6707d5f commit 1019a0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SD-Four-Zeroes.py
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ def roll_3d6():
###############################
# Generate random equipment for Zero level character
Equipment_List = (" ")
Random_Equipment = ['Torch,', 'Dagger,', 'Pole,', 'Shortbow and 5 arrows,', '60 feet of Rope,', 'flask of Oil,', 'Crowbar,', 'Iron spikes x10,', 'Flint and steel,', 'Grappling hook,', 'Club,', 'Bag of Caltrops,']
Random_Equipment = ['Torch,', 'Dagger,', 'Pole,', 'Shortbow and 5 arrows,', '60 Feet of rope,', 'flask of oil,', 'Crowbar,', 'Iron spikes x10,', 'Flint and steel,', 'Grappling hook,', 'Club,', 'Bag of caltrops,']
Equipment_Count = random.randint(1, 4)
counter = range(Equipment_Count)
for count in counter:
Expand Down

0 comments on commit 1019a0b

Please sign in to comment.