cleaning up

This commit is contained in:
Zachary Watts
2026-04-26 01:53:40 -04:00
parent b7ddafddd4
commit 8a7f605a5f
4 changed files with 105 additions and 108 deletions

View File

@@ -73,10 +73,6 @@ class PartyGenerator():
def __str__(self):
return f"{self.adventurers}"
# functions
def roll_dice(count, sides):
return sum(random.randint(1,sides) for _ in range(count))
def returnSheets(foo):
new_party = PartyGenerator()
new_party.gen_party()