@@ -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()
The note is not visible to the blocked user.