X-Git-Url: https://harishankar.org/repos/?p=butaba-adventures.git;a=blobdiff_plain;f=gamestate.py;fp=gamestate.py;h=cdf54ca73dc7da58f0060648e3163e717228fe86;hp=0000000000000000000000000000000000000000;hb=63f74206e69c1147ed006ccadb359fc6e21fefbb;hpb=99f418a54ea2816559c23569fc880812d669644d diff --git a/gamestate.py b/gamestate.py new file mode 100644 index 0000000..cdf54ca --- /dev/null +++ b/gamestate.py @@ -0,0 +1,9 @@ +# game state switches and variables +# this is used to control the game state + +# 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