X-Git-Url: https://git.ctpug.org.za/?a=blobdiff_plain;f=koperkapel%2Fworld.py;h=14746f530760e6a092345b7f78abf834430a7598;hb=11394cc68ca2f312c93706c52bb02a0e0999b01f;hp=5a22b04fdbefd21de586e0f8e8fc03cbd01091ef;hpb=c0c4478e4a5748feb30c0923103d90a9ecc23063;p=koperkapel.git diff --git a/koperkapel/world.py b/koperkapel/world.py index 5a22b04..14746f5 100644 --- a/koperkapel/world.py +++ b/koperkapel/world.py @@ -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", }