summaryrefslogtreecommitdiff
path: root/content
diff options
context:
space:
mode:
authortroido <troido@protonmail.com>2020-02-23 22:12:21 +0100
committertroido <troido@protonmail.com>2020-02-23 22:12:21 +0100
commitf422238d7aaae0ff1b2d560a71a99b0a881ad338 (patch)
treec335cb8eee47d34953f7d4cd96c195958d223202 /content
parent613952f918b8d72a3e397dc46be309b2320c6ad0 (diff)
players can get damage from traps
Diffstat (limited to 'content')
-rw-r--r--content/maps/room.json5
1 files changed, 3 insertions, 2 deletions
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"],
" ": []
}
}