X-Git-Url: https://harishankar.org/repos/?p=butaba-adventures.git;a=blobdiff_plain;f=gamestate.py;fp=gamestate.py;h=6a7e4ad1a2e34d6949296ff1d49e2e743b24e2e4;hp=cdf54ca73dc7da58f0060648e3163e717228fe86;hb=93544bdd97d65c88d0bc4b3f74f43f9689fb3918;hpb=667ea7c15261100aae75b61de8664863b58f01e4 diff --git a/gamestate.py b/gamestate.py index cdf54ca..6a7e4ad 100644 --- a/gamestate.py +++ b/gamestate.py @@ -1,9 +1,13 @@ # game state switches and variables # this is used to control the game state -# Bulisa initial mission +flag = {} +# Bulisa initial mission # drawing water from well mission -mission_bulisa_water_from_well = False -mission_bulisa_water_from_well_complete = False -mission_bulisa_water_from_well_refused = False +flag["mission_bulisa_water_from_well"] = False +flag["mission_bulisa_water_from_well_complete"] = False +flag["mission_bulisa_water_from_well_refused"] = False + +# mission to collect money for charity +flag["mission_charity_money"] = False