Skip to content

Commit

Permalink
Update ose_retainer_gen.py
Browse files Browse the repository at this point in the history
it's in github now so no need to leave my name in the code
  • Loading branch information
boombaklops authored Oct 17, 2022
1 parent 8204f78 commit c56ec2f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ose_retainer_gen.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#made by boombaklops. modify as you please, but gimme credit :)
from random import randint, choice

def generate_equipment(job):
Expand Down Expand Up @@ -331,4 +330,4 @@ def get_sheet(self):
file.write(retainer.get_sheet())

file.close()
print('Retainers exported to "retainers.txt".')
print('Retainers exported to "retainers.txt".')

0 comments on commit c56ec2f

Please sign in to comment.