projects
/
koperkapel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6c6ebfb
)
Set initial (lack of) vehicle.
author
Simon Cross
<hodgestar@gmail.com>
Thu, 3 Mar 2016 22:36:02 +0000
(
00:36
+0200)
committer
Simon Cross
<hodgestar@gmail.com>
Thu, 3 Mar 2016 22:36:02 +0000
(
00:36
+0200)
koperkapel/world.py
patch
|
blob
|
history
diff --git
a/koperkapel/world.py
b/koperkapel/world.py
index 28f98b3da91ccad0365c2eb45ef0c12b3373ac23..f06d3bcbca1f4063e91dd9f300191c3f1f1639e1 100644
(file)
--- 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",
}