From: Simon Cross Date: Sat, 5 Mar 2016 10:16:23 +0000 (+0200) Subject: Pre-booked seats. X-Git-Url: https://git.ctpug.org.za/?p=koperkapel.git;a=commitdiff_plain;h=059d4b36bd164c7255b3e0c5817ce5c202bc17fd Pre-booked seats. --- diff --git a/koperkapel/world.py b/koperkapel/world.py index d13b07c..2272a7a 100644 --- a/koperkapel/world.py +++ b/koperkapel/world.py @@ -30,6 +30,12 @@ class World: ] state["vehicles"] = { "current": "walking", + "walking": { + "seating": [ + "roachel", None, "roeginald", + None, None, None, + ] + } } state["level"] = { "name": "level1",