Fix broken map in rainbow quest: Players got stuck in cage map due to arch on target having move_block all.
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@11415 282e977c-c81d-0410-88c4-b93c2d0d6712master
parent
f7fc91ba12
commit
2c529bbf06
|
@ -8,7 +8,7 @@ enter_x 2
|
|||
enter_y 6
|
||||
msg
|
||||
Created: 1996-06-10
|
||||
Modified: 2008-10-13 Rick Tanner
|
||||
Modified: 2009-02-09 Arvid Norlander
|
||||
endmsg
|
||||
end
|
||||
arch dungeon_floor
|
||||
|
@ -1262,6 +1262,7 @@ arch blocked
|
|||
name darkness
|
||||
x 12
|
||||
y 12
|
||||
move_block all -walk
|
||||
no_pass 0
|
||||
blocksview 0
|
||||
is_floor 1
|
||||
|
@ -1277,6 +1278,7 @@ arch blocked
|
|||
name darkness
|
||||
x 12
|
||||
y 13
|
||||
move_block all -walk
|
||||
no_pass 0
|
||||
blocksview 0
|
||||
is_floor 1
|
||||
|
|
Loading…
Reference in New Issue