From f422238d7aaae0ff1b2d560a71a99b0a881ad338 Mon Sep 17 00:00:00 2001 From: troido Date: Sun, 23 Feb 2020 22:12:21 +0100 Subject: players can get damage from traps --- content/maps/room.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'content') diff --git a/content/maps/room.json b/content/maps/room.json index 4bfd923..c410bc1 100644 --- a/content/maps/room.json +++ b/content/maps/room.json @@ -13,8 +13,8 @@ " ,,,,.,,,,,,,,,,,~~~,,,,,,,,,,,,,,,,,,,,X", "X,,,,,.,,,,,,,,,,,~~~~,,,,,,T,,,,,,,,,,,,X", "X,,,,,.,,,,,,,,,,,,~~~,,,,,,,,,,,,,,,,,,,X", - "X,,,,,.,,,,,,,,,,,,~~~,,,,,T,,,,######,,,X", - "X,,,,,.,,,,,,,,,,,,bbb,,,,,,,,,,#++++#,,,X", + "X,^,,,.,,,,,,,,,,,,~~~,,,,,T,,,,######,,,X", + "X,^,,,.,,,,,,,,,,,,bbb,,,,,,,,,,#++++#,,,X", "X,,,,,.............bbb...........++++#,,,X", "X,**,,.,,,,,,,,,,,,bbb,,,,,,,,,,#++++#,,,X", "X,*,*,.,,,,,,,,,,,,~~~,,,T,,,T,,#++++#,,,X", @@ -41,6 +41,7 @@ "*": ["grass", "pebble"], "o": ["grass", "stone"], "%": {"type": "portal", "kwargs": {"destination": "broom", "dest_pos": "northentry"}}, + "^": ["grass", "spiketrap"], " ": [] } } -- cgit