Synch with Branches/1.x; Insert floor tiles beneath walls

git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@11146 282e977c-c81d-0410-88c4-b93c2d0d6712
master
rjtanner 2009-01-17 07:54:17 +00:00
parent 57d59351a8
commit e8cd09b3e1
1 changed files with 8 additions and 1 deletions

View File

@ -8,7 +8,7 @@ enter_x 6
enter_y 33 enter_y 33
msg msg
Created: 2000-04-13 Magnus Kronhamn (mak@solace.mh.se) Created: 2000-04-13 Magnus Kronhamn (mak@solace.mh.se)
Modified: 2008-12-22 Rick Tanner Modified: 2009-01-17 Rick Tanner
endmsg endmsg
end end
arch dungeon_floor arch dungeon_floor
@ -165,6 +165,9 @@ end
arch cave23 arch cave23
y 25 y 25
end end
arch dungeon_floor
y 26
end
arch cave_15 arch cave_15
y 26 y 26
end end
@ -5827,6 +5830,10 @@ arch cave22
x 30 x 30
y 25 y 25
end end
arch dungeon_floor
x 30
y 26
end
arch cave_15 arch cave_15
x 30 x 30
y 26 y 26