From: Simon Cross Date: Thu, 3 Mar 2016 22:36:02 +0000 (+0200) Subject: Set initial (lack of) vehicle. X-Git-Url: https://git.ctpug.org.za/?p=koperkapel.git;a=commitdiff_plain;h=22ebdb05adf0dac866c249ae0c91605573eb1634 Set initial (lack of) vehicle. --- diff --git a/koperkapel/world.py b/koperkapel/world.py index 28f98b3..f06d3bc 100644 --- a/koperkapel/world.py +++ b/koperkapel/world.py @@ -24,6 +24,10 @@ class World: self._build_roach("roeginald", strength=3), self._build_roach("roichard", quickness=3), ] + state["vehicles"] = { + "current": "walking", + "available": ["walking"], + } state["level"] = { "name": "level1", }