More graphical updates
[butaba-adventures.git] / gamestate.py
1 # game state switches and variables
2 # this is used to control the game state
3
4 flag = {}
5
6 # Bulisa initial mission
7 # drawing water from well mission
8 flag["mission_bulisa_water_from_well"] = False
9 flag["mission_bulisa_water_from_well_complete"] = False
10 flag["mission_bulisa_water_from_well_refused"] = False
11
12 # mission to collect money for charity
13 flag["mission_charity_money"] = False