X-Git-Url: https://git.ctpug.org.za/?p=tabakrolletjie.git;a=blobdiff_plain;f=tabakrolletjie%2Fgamestate.py;h=c678befb968eb83d6520531698ee78a82c4fabcb;hp=091b7093d419ac3024c4c52c35c6e984444fe47f;hb=7fe679f0d81d81b6bc3b8dc20d4b0a62840144f3;hpb=9b0872898e6cf9d4e5860de577b8ac9565593b6d diff --git a/tabakrolletjie/gamestate.py b/tabakrolletjie/gamestate.py index 091b709..c678bef 100644 --- a/tabakrolletjie/gamestate.py +++ b/tabakrolletjie/gamestate.py @@ -40,3 +40,6 @@ class GameState(object): def load_station(self, station): self._state["station"] = loader.load_station(station) + + def get_spawn_positions(self): + return self._state["station"]["config"]["spawn positions"]