X-Git-Url: https://git.ctpug.org.za/?a=blobdiff_plain;f=naja%2Fgamestate.py;h=a82cec8e6f5de9f9229f63a950b4c12d5d9acb65;hb=e85dd79c4d2100eb11ac8d55833b63ee8f736b9d;hp=4e892f883ef4cf7ab456a871cda2a13f37c5ca7b;hpb=7ffa20720668ad9e8701d0b5f98a2e3161132423;p=naja.git diff --git a/naja/gamestate.py b/naja/gamestate.py index 4e892f8..a82cec8 100644 --- a/naja/gamestate.py +++ b/naja/gamestate.py @@ -12,7 +12,7 @@ class GameState(object): def __init__(self): self.gameboard = GameBoard.new_game( - locations_definition=[]) # TODO: we will need some of these :) + locations_definition=[{'actions': []}]) # TODO: we will need some of these :) @property def player(self):