Skip to content

Commit

Permalink
Remove debugging instruction...
Browse files Browse the repository at this point in the history
Was maximizing number of props to make them easier to find.
  • Loading branch information
tukkek committed Aug 5, 2023
1 parent 558c3bd commit 54e53f8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions goal.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@ class Goal:
data:str=''

def __post_init__(self):
m=self.maximum if args.debug else self.minimum
self.data=NPC.format(m,self.maximum,self.spawnclass)
self.data=NPC.format(self.minimum,self.maximum,self.spawnclass)

@dataclasses.dataclass
class Vendor(Goal):
Expand Down

0 comments on commit 54e53f8

Please sign in to comment.