summaryrefslogtreecommitdiff
path: root/content/maps/room.json
diff options
context:
space:
mode:
authortroido <troido@protonmail.com>2020-03-02 12:02:54 +0100
committertroido <troido@protonmail.com>2020-03-02 12:02:54 +0100
commit27c0795fb70739ce5609a0f424d80491d4a8c5a1 (patch)
tree1a6ab802edb717a42ca67a8d997cf960d7f4f5ed /content/maps/room.json
parentd246537a28a7a71dfb2487d31d6fac3ccab5053d (diff)
added monster ai
Diffstat (limited to 'content/maps/room.json')
-rw-r--r--content/maps/room.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/content/maps/room.json b/content/maps/room.json
index 1aa72af..1e12b4b 100644
--- a/content/maps/room.json
+++ b/content/maps/room.json
@@ -6,7 +6,7 @@
" XXXXXXXXXXXX~~~XXXXXXXXXXXXXXXXXXXXXX",
" ,,,,,,,,,,,,~~~,,,,,,,,,,,,,,,,,,,,,X",
" ,,,,,,,,,,,,,~~~,,,,,,,,,,,,,,,,,,,,,X",
- " ,,,,,,,,,,,,,~~~~,,,,,,,,,,,,,,,,,,,,X",
+ " ,,,,,,,,,,r,,~~~~,,,,,,,,,,,,,,,,,,,,X",
" bbbb..,,,,,,,,,,,~~~,,,,,,,,,,,,,,,,,,,,X",
" ,,.,,,,,,,,,,,~~~,,,,,,,,,,,,,,,,,,,,X",
" ,,,.,,,,,,,,,,,~~~,,,,,,,,,,,,,,,,,,,,X",
@@ -43,6 +43,7 @@
"%": {"type": "portal", "kwargs": {"destination": "broom", "dest_pos": "northentry"}},
"^": ["grass", "spiketrap"],
"d": ["grass", "dummy"],
+ "r": ["grass", "rat"],
" ": []
}
}