From: Simon Cross Date: Sat, 5 Mar 2016 10:11:24 +0000 (+0200) Subject: One vehicle at a time. X-Git-Url: https://git.ctpug.org.za/?p=koperkapel.git;a=commitdiff_plain;h=bbb8912588e99e4e7131cc733427563e2c41b95f One vehicle at a time. --- diff --git a/koperkapel/world.py b/koperkapel/world.py index 6a81f4c..d13b07c 100644 --- a/koperkapel/world.py +++ b/koperkapel/world.py @@ -30,7 +30,6 @@ class World: ] state["vehicles"] = { "current": "walking", - "available": ["walking"], } state["level"] = { "name": "level1",