Fix entrance to Elven Moon
- There are some water tiles with move_block set incorrectly that allow passage to the island even without the bridge. Fix those. - Move magic mouth underneath floor so it does not appear when 'show invisible' is cast. - Make invisible barrier see-through. git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@21220 282e977c-c81d-0410-88c4-b93c2d0d6712master
parent
0c5d267f3c
commit
b2f0f9c648
|
@ -8,7 +8,7 @@ enter_x 1
|
|||
enter_y 7
|
||||
msg
|
||||
Created: 2006-07-23 Brad Reilly
|
||||
Modified: 2012-03-25 Nicolas Weeger
|
||||
Modified: 2020-04-22 Kevin Zheng
|
||||
endmsg
|
||||
outdoor 1
|
||||
end
|
||||
|
@ -629,6 +629,15 @@ x 3
|
|||
y 6
|
||||
move_block all
|
||||
end
|
||||
arch igate_closed_2
|
||||
name invisible barrier
|
||||
face hedge_0.111
|
||||
x 3
|
||||
y 7
|
||||
invisible 1
|
||||
connected 100
|
||||
blocksview 0
|
||||
end
|
||||
arch grass
|
||||
x 3
|
||||
y 7
|
||||
|
@ -637,22 +646,15 @@ arch igate_closed_2
|
|||
name invisible barrier
|
||||
face hedge_0.111
|
||||
x 3
|
||||
y 7
|
||||
y 8
|
||||
invisible 1
|
||||
connected 100
|
||||
blocksview 0
|
||||
end
|
||||
arch grass
|
||||
x 3
|
||||
y 8
|
||||
end
|
||||
arch igate_closed_2
|
||||
name invisible barrier
|
||||
face hedge_0.111
|
||||
x 3
|
||||
y 8
|
||||
invisible 1
|
||||
connected 100
|
||||
end
|
||||
arch grass
|
||||
x 3
|
||||
y 9
|
||||
|
@ -4084,7 +4086,6 @@ arch shallow_sea
|
|||
name water
|
||||
x 19
|
||||
y 5
|
||||
move_block 0
|
||||
end
|
||||
arch creator
|
||||
name grassdark
|
||||
|
@ -4326,7 +4327,6 @@ arch shallow_sea
|
|||
name water
|
||||
x 20
|
||||
y 5
|
||||
move_block 0
|
||||
end
|
||||
arch creator
|
||||
name grassdark
|
||||
|
@ -5351,10 +5351,6 @@ arch grass
|
|||
x 24
|
||||
y 28
|
||||
end
|
||||
arch grassmedium
|
||||
x 24
|
||||
y 29
|
||||
end
|
||||
arch magic_mouth
|
||||
msg
|
||||
Hidden path with locks and keys
|
||||
|
@ -5367,6 +5363,10 @@ y 29
|
|||
end
|
||||
arch grassmedium
|
||||
x 24
|
||||
y 29
|
||||
end
|
||||
arch grassmedium
|
||||
x 24
|
||||
y 30
|
||||
end
|
||||
arch statue
|
||||
|
|
Loading…
Reference in New Issue