X-Git-Url: https://harishankar.org/repos/?p=butaba-adventures.git;a=blobdiff_plain;f=gamestate.py;h=9381d20dcea61c470aae17f4c078a2d8083f4e8f;hp=cdf54ca73dc7da58f0060648e3163e717228fe86;hb=HEAD;hpb=63f74206e69c1147ed006ccadb359fc6e21fefbb diff --git a/gamestate.py b/gamestate.py index cdf54ca..9381d20 100644 --- a/gamestate.py +++ b/gamestate.py @@ -1,9 +1,15 @@ # 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_informed"] = False +flag["mission_charity_informed_mayor"] = False +flag["mission_charity_money"] = False