- Remove unneeded or duplicate no_magic or floor tiles.
- Add no_magic to the portions of the counter at the top of the map. - Add a ships wheel as a decorative item since the room looks so bare. git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@13213 282e977c-c81d-0410-88c4-b93c2d0d6712master
parent
1447686e3a
commit
6f4b6b20f5
|
@ -8,7 +8,7 @@ enter_x 5
|
|||
enter_y 8
|
||||
msg
|
||||
Created: 1998-12-28 Anthony Thyssen (anthony@cit.gu.edu.au)
|
||||
Modified: 2010-05-10 Kevin Bulgrien
|
||||
Modified: 2010-05-12 Kevin Bulgrien
|
||||
endmsg
|
||||
end
|
||||
arch woodfloor
|
||||
|
@ -152,10 +152,6 @@ arch anchor
|
|||
x 1
|
||||
y 1
|
||||
end
|
||||
arch dungeon_magic
|
||||
x 1
|
||||
y 2
|
||||
end
|
||||
arch woodfloor
|
||||
x 1
|
||||
y 2
|
||||
|
@ -174,10 +170,6 @@ y 5
|
|||
end
|
||||
arch woodfloor
|
||||
x 1
|
||||
y 5
|
||||
end
|
||||
arch woodfloor
|
||||
x 1
|
||||
y 6
|
||||
end
|
||||
arch woodfloor
|
||||
|
@ -422,14 +414,6 @@ y 3
|
|||
end
|
||||
arch woodfloor
|
||||
x 4
|
||||
y 3
|
||||
end
|
||||
arch woodfloor
|
||||
x 4
|
||||
y 4
|
||||
end
|
||||
arch woodfloor
|
||||
x 4
|
||||
y 4
|
||||
end
|
||||
arch woodfloor
|
||||
|
@ -582,9 +566,9 @@ arch woodfloor
|
|||
x 6
|
||||
y 1
|
||||
end
|
||||
arch dungeon_magic
|
||||
arch shipswheel
|
||||
x 6
|
||||
y 2
|
||||
y 1
|
||||
end
|
||||
arch woodfloor
|
||||
x 6
|
||||
|
@ -662,6 +646,10 @@ x 7
|
|||
no_magic 1
|
||||
damned 1
|
||||
end
|
||||
arch dungeon_magic
|
||||
x 7
|
||||
y 1
|
||||
end
|
||||
arch woodfloor
|
||||
x 7
|
||||
y 1
|
||||
|
@ -672,6 +660,10 @@ y 1
|
|||
type 0
|
||||
move_block all
|
||||
end
|
||||
arch dungeon_magic
|
||||
x 7
|
||||
y 2
|
||||
end
|
||||
arch woodfloor
|
||||
x 7
|
||||
y 2
|
||||
|
|
Loading…
Reference in New Issue