Move falling spot to the right so no visible wall with x-rays
parent
625dc311be
commit
cca2a16220
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue