Added no_magic tiles to the swall section so players can not use dimension door to enter this section - it's intent is to give a balcony-like appearance to the level instead of it being an actual part of the map
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@7466 282e977c-c81d-0410-88c4-b93c2d0d6712master
parent
78f5c1102e
commit
e8f34bc39e
|
|
@ -264,6 +264,10 @@ arch cobblestones2
|
||||||
x 3
|
x 3
|
||||||
y 6
|
y 6
|
||||||
end
|
end
|
||||||
|
arch dungeon_magic
|
||||||
|
x 3
|
||||||
|
y 7
|
||||||
|
end
|
||||||
arch woodfloor
|
arch woodfloor
|
||||||
x 3
|
x 3
|
||||||
y 7
|
y 7
|
||||||
|
|
@ -343,6 +347,10 @@ arch cobblestones2
|
||||||
x 4
|
x 4
|
||||||
y 6
|
y 6
|
||||||
end
|
end
|
||||||
|
arch dungeon_magic
|
||||||
|
x 4
|
||||||
|
y 7
|
||||||
|
end
|
||||||
arch woodfloor
|
arch woodfloor
|
||||||
x 4
|
x 4
|
||||||
y 7
|
y 7
|
||||||
|
|
@ -410,6 +418,10 @@ arch cobblestones2
|
||||||
x 5
|
x 5
|
||||||
y 6
|
y 6
|
||||||
end
|
end
|
||||||
|
arch dungeon_magic
|
||||||
|
x 5
|
||||||
|
y 7
|
||||||
|
end
|
||||||
arch woodfloor
|
arch woodfloor
|
||||||
x 5
|
x 5
|
||||||
y 7
|
y 7
|
||||||
|
|
@ -465,6 +477,10 @@ arch cobblestones2
|
||||||
x 6
|
x 6
|
||||||
y 6
|
y 6
|
||||||
end
|
end
|
||||||
|
arch dungeon_magic
|
||||||
|
x 6
|
||||||
|
y 7
|
||||||
|
end
|
||||||
arch woodfloor
|
arch woodfloor
|
||||||
x 6
|
x 6
|
||||||
y 7
|
y 7
|
||||||
|
|
@ -539,6 +555,10 @@ arch cobblestones2
|
||||||
x 7
|
x 7
|
||||||
y 6
|
y 6
|
||||||
end
|
end
|
||||||
|
arch dungeon_magic
|
||||||
|
x 7
|
||||||
|
y 7
|
||||||
|
end
|
||||||
arch woodfloor
|
arch woodfloor
|
||||||
x 7
|
x 7
|
||||||
y 7
|
y 7
|
||||||
|
|
@ -633,6 +653,10 @@ arch cobblestones2
|
||||||
x 8
|
x 8
|
||||||
y 6
|
y 6
|
||||||
end
|
end
|
||||||
|
arch dungeon_magic
|
||||||
|
x 8
|
||||||
|
y 7
|
||||||
|
end
|
||||||
arch woodfloor
|
arch woodfloor
|
||||||
x 8
|
x 8
|
||||||
y 7
|
y 7
|
||||||
|
|
@ -700,6 +724,10 @@ arch cobblestones2
|
||||||
x 9
|
x 9
|
||||||
y 6
|
y 6
|
||||||
end
|
end
|
||||||
|
arch dungeon_magic
|
||||||
|
x 9
|
||||||
|
y 7
|
||||||
|
end
|
||||||
arch woodfloor
|
arch woodfloor
|
||||||
x 9
|
x 9
|
||||||
y 7
|
y 7
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue