summaryrefslogtreecommitdiff
path: root/content/maps/room.json
diff options
context:
space:
mode:
authortroido <troido@protonmail.com>2020-09-19 23:05:26 +0200
committertroido <troido@protonmail.com>2020-09-19 23:05:26 +0200
commitd05a1af8c54ad738c3b9ba66cda71d1f0a4ceb36 (patch)
tree194bd804e8d3788ddbc8c0493b0e2badd0ad7bab /content/maps/room.json
parent08d5850e78fdcb919b6592c6b0375830fcf216da (diff)
actually remove those stupid items
Diffstat (limited to 'content/maps/room.json')
-rw-r--r--content/maps/room.json4
1 files changed, 0 insertions, 4 deletions
diff --git a/content/maps/room.json b/content/maps/room.json
index 74cfcc0..b923986 100644
--- a/content/maps/room.json
+++ b/content/maps/room.json
@@ -45,14 +45,10 @@
"^": ["grass", "spiketrap"],
"d": ["grass", {"type": "spawner", "kwargs": {"template": {"type": "dummy"}, "delay": 100, "initial_spawn": true}}],
"r": ["grass", {"type": "spawner", "kwargs": {"template": {"type": "rat"}, "amount": 3, "clan": "rats", "delay": 200, "initial_spawn": true}}],
- "V": ["grass", "radishplant"],
- "/": ["grass", "sword"],
"D": ["ground", "closeddoor"],
"s": ["ground", "sign"],
"u": ["ground", "dude"],
"t": ["ground", "trader"],
- "P": ["ground", "pickaxe"],
- "u": ["ground", "radishes"],
"Q": "quarry",
" ": []
}