X-Git-Url: https://harishankar.org/repos/?p=butaba-adventures.git;a=blobdiff_plain;f=gamestate.py;h=013deb4c7e08d23fefa28a86f139d609fe1f4ea9;hp=cdf54ca73dc7da58f0060648e3163e717228fe86;hb=423e47fbbd98064a79a5c4016c4a91c4eb78f800;hpb=63f74206e69c1147ed006ccadb359fc6e21fefbb diff --git a/gamestate.py b/gamestate.py index cdf54ca..013deb4 100644 --- a/gamestate.py +++ b/gamestate.py @@ -1,9 +1,14 @@ # 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_money"] = False