Compare commits

1 Commits
v1 ... main

Author SHA1 Message Date
991a453887 Update main.py 2025-12-04 19:22:30 +00:00

View File

@@ -3,7 +3,7 @@ import sys
class BreweryX: class BreweryX:
def __init__(self): def __init__(self):
self.debug = 0 # 0 for debug, 1 for no debug self.debug = 1 # 0 for debug, 1 for no debug
self.recipies = { self.recipies = {
"Beers & Wines": { "Beers & Wines": {
"Wheatbeer": {"Ingredients": {"Wheat": 3}, "Cauldron": 8, "Distil": 0, "DistilTime": 0, "Age": 2, "Barrel": "Birch"}, "Wheatbeer": {"Ingredients": {"Wheat": 3}, "Cauldron": 8, "Distil": 0, "DistilTime": 0, "Age": 2, "Barrel": "Birch"},