From e85dd79c4d2100eb11ac8d55833b63ee8f736b9d Mon Sep 17 00:00:00 2001 From: Neil Date: Sun, 11 May 2014 21:50:54 +0200 Subject: [PATCH] Unbreak game startup --- naja/gamestate.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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): -- 2.34.1