Update main.py
This commit is contained in:
2
main.py
2
main.py
@@ -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"},
|
||||||
|
|||||||
Reference in New Issue
Block a user