From d05a1af8c54ad738c3b9ba66cda71d1f0a4ceb36 Mon Sep 17 00:00:00 2001 From: troido Date: Sat, 19 Sep 2020 23:05:26 +0200 Subject: actually remove those stupid items --- content/maps/room.json | 4 ---- 1 file changed, 4 deletions(-) (limited to 'content/maps/room.json') 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", " ": [] } -- cgit