From 170741fe959d30ee43ce689fd5fbae725cc1dae4 Mon Sep 17 00:00:00 2001 From: troido Date: Thu, 5 Mar 2020 12:50:25 +0100 Subject: equipent now kinda works --- content/maps/room.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'content/maps/room.json') diff --git a/content/maps/room.json b/content/maps/room.json index 16e6230..39d504e 100644 --- a/content/maps/room.json +++ b/content/maps/room.json @@ -23,7 +23,7 @@ "X,,*,,.,,,,,,,,,,,~~~''''''''''''''''f'''X", "X*,,,,.,,,d,VVV,,,~~~'''''''''''f''''f'''X", "X,,,,,.,,,,,VVV,,,~~~'''''''''''ffffff'''X", - "X,,,,,.,,,,,VVV,,,~~~''''''''''''''''''''X", + "X/,,,,.,,,,,VVV,,,~~~''''''''''''''''''''X", "XXXXX,.,XXXXXXXXXX~~~XXXXXXXXXXXXXXXXXXXXX", " %%% " ], @@ -45,6 +45,7 @@ "d": ["grass", {"type": "spawner", "kwargs": {"template": {"type": "dummy"}, "delay": 100}}], "r": ["grass", {"type": "spawner", "kwargs": {"template": {"type": "rat"}, "amount": 3, "clan": "rats", "delay": 200}}], "V": ["grass", "radishplant"], + "/": ["grass", "sword"], " ": [] } } -- cgit