Skip to content

Commit

Permalink
added more item types to manage
Browse files Browse the repository at this point in the history
  • Loading branch information
Marx Mustermann committed Apr 25, 2024
1 parent 6ddfd62 commit b3453ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/itemFolder/manager/manufacturingManager.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def changeProductionLoop(self,params,selected=None):
if "type" not in params:
options = []
options.append((None,f"exit menu"))
basicOptions = ["MetalBars","Rod","Frame","Case","Wall","ManufacturingTable","Bolt"]
basicOptions = ["MetalBars","Rod","Frame","Case","Sheet","ManufacturingTable","Bolt","Armor","Sword"]
for option in basicOptions:
options.append((option,f"{option} {numActiveTables.get(option,0)}"))

Expand Down

0 comments on commit b3453ed

Please sign in to comment.