From: Neil Date: Sun, 11 May 2014 19:50:54 +0000 (+0200) Subject: Unbreak game startup X-Git-Tag: 0.1~392^2~1 X-Git-Url: https://git.ctpug.org.za/?p=naja.git;a=commitdiff_plain;h=e85dd79c4d2100eb11ac8d55833b63ee8f736b9d Unbreak game startup --- 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):