Fix names
[koperkapel.git] / koperkapel / world.py
index 5a22b04fdbefd21de586e0f8e8fc03cbd01091ef..14746f530760e6a092345b7f78abf834430a7598 100644 (file)
@@ -23,9 +23,7 @@ class World:
         state["roaches"] = [
             build_roach(self, "roupert"),
         ]
-        state["serums"] = [
-            "smart", "strong", "fast",
-        ]
+        state["serums"] = []
         state["vehicles"] = {
             "current": "walking",
             "walking": {
@@ -38,6 +36,9 @@ class World:
             "roomba": {"seating": []},
             "quadcopter": {"seating": []},
         }
+        state["weapons"] = {
+            "current": "spit",
+        }
         state["level"] = {
             "name": "level1",
         }