From cca2a162205671c2e2cef4d6f72a4a27b9a6504d Mon Sep 17 00:00:00 2001 From: Nicolas Weeger Date: Sun, 15 Aug 2021 12:05:49 +0200 Subject: [PATCH] Move falling spot to the right so no visible wall with x-rays --- pup_land/rainbow/Lv1/cage | 49 +++++++++++++++++++++++++++++++++------ 1 file changed, 42 insertions(+), 7 deletions(-) diff --git a/pup_land/rainbow/Lv1/cage b/pup_land/rainbow/Lv1/cage index e52e1ef1b..910abb15c 100644 --- a/pup_land/rainbow/Lv1/cage +++ b/pup_land/rainbow/Lv1/cage @@ -2,13 +2,13 @@ arch map name Cage difficulty 8 region pupland -width 13 +width 14 height 14 enter_x 2 enter_y 6 msg Created: 1996-06-10 -Modified: 2011-12-18 Rick Tanner +Modified: 2021-08-15 Nicolas Weeger endmsg end arch dungeon_floor @@ -729,7 +729,7 @@ end arch pit_closed name floor face dung_floor.111 -hp 12 +hp 13 sp 12 x 7 y 6 @@ -1256,9 +1256,44 @@ x 12 y 11 end arch blocked -name darkness x 12 y 12 +end +arch blocked +x 12 +y 13 +end +arch blocked +x 13 +end +arch blocked +x 13 +y 1 +end +arch blocked +x 13 +y 2 +end +arch blocked +x 13 +y 3 +end +arch blocked +x 13 +y 4 +end +arch blocked +x 13 +y 10 +end +arch blocked +x 13 +y 11 +end +arch blocked +name darkness +x 13 +y 12 move_block all -walk no_pass 0 blocksview 0 @@ -1266,14 +1301,14 @@ is_floor 1 end arch button_small name reset gate -x 12 +x 13 y 12 invisible 1 connected 1 end arch blocked name darkness -x 12 +x 13 y 13 move_block all -walk no_pass 0 @@ -1284,6 +1319,6 @@ arch invis_exit slaying cd_room hp 2 sp 1 -x 12 +x 13 y 13 end