Hide magic mouths below floor to prevent detection by show invisible.
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/trunk/maps@3627 282e977c-c81d-0410-88c4-b93c2d0d6712master
parent
4fe81fb348
commit
3b5a6c0e31
|
@ -483,6 +483,14 @@ arch dungeon_floor
|
|||
x 6
|
||||
y 2
|
||||
end
|
||||
arch magic_mouth
|
||||
msg
|
||||
You better not attack the guards or
|
||||
they'll never let you in.
|
||||
endmsg
|
||||
x 6
|
||||
y 3
|
||||
end
|
||||
arch dungeon_floor
|
||||
x 6
|
||||
y 3
|
||||
|
@ -495,18 +503,6 @@ y 3
|
|||
end
|
||||
arch magic_mouth
|
||||
msg
|
||||
You better not attack the guards or
|
||||
they'll never let you in.
|
||||
endmsg
|
||||
x 6
|
||||
y 3
|
||||
end
|
||||
arch dungeon_floor
|
||||
x 6
|
||||
y 4
|
||||
end
|
||||
arch magic_mouth
|
||||
msg
|
||||
Halt! Who goes there!
|
||||
endmsg
|
||||
x 6
|
||||
|
@ -514,7 +510,7 @@ y 4
|
|||
end
|
||||
arch dungeon_floor
|
||||
x 6
|
||||
y 5
|
||||
y 4
|
||||
end
|
||||
arch magic_mouth
|
||||
msg
|
||||
|
@ -525,6 +521,10 @@ y 5
|
|||
end
|
||||
arch dungeon_floor
|
||||
x 6
|
||||
y 5
|
||||
end
|
||||
arch dungeon_floor
|
||||
x 6
|
||||
y 6
|
||||
end
|
||||
arch altar
|
||||
|
@ -618,6 +618,14 @@ arch dungeon_floor
|
|||
x 7
|
||||
y 2
|
||||
end
|
||||
arch magic_mouth
|
||||
msg
|
||||
You better not attack the guards or
|
||||
they'll never let you in.
|
||||
endmsg
|
||||
x 7
|
||||
y 3
|
||||
end
|
||||
arch dungeon_floor
|
||||
x 7
|
||||
y 3
|
||||
|
@ -630,18 +638,6 @@ y 3
|
|||
end
|
||||
arch magic_mouth
|
||||
msg
|
||||
You better not attack the guards or
|
||||
they'll never let you in.
|
||||
endmsg
|
||||
x 7
|
||||
y 3
|
||||
end
|
||||
arch dungeon_floor
|
||||
x 7
|
||||
y 4
|
||||
end
|
||||
arch magic_mouth
|
||||
msg
|
||||
Halt! Who goes there!
|
||||
endmsg
|
||||
x 7
|
||||
|
@ -649,7 +645,7 @@ y 4
|
|||
end
|
||||
arch dungeon_floor
|
||||
x 7
|
||||
y 5
|
||||
y 4
|
||||
end
|
||||
arch magic_mouth
|
||||
msg
|
||||
|
@ -660,6 +656,10 @@ y 5
|
|||
end
|
||||
arch dungeon_floor
|
||||
x 7
|
||||
y 5
|
||||
end
|
||||
arch dungeon_floor
|
||||
x 7
|
||||
y 6
|
||||
end
|
||||
arch dungeon_floor
|
||||
|
|
|
@ -1212,10 +1212,6 @@ end
|
|||
arch cave4
|
||||
x 5
|
||||
end
|
||||
arch pstone_2
|
||||
x 5
|
||||
y 1
|
||||
end
|
||||
arch magic_mouth
|
||||
msg
|
||||
This seems to be a quick exit to the
|
||||
|
@ -1224,6 +1220,10 @@ endmsg
|
|||
x 5
|
||||
y 1
|
||||
end
|
||||
arch pstone_2
|
||||
x 5
|
||||
y 1
|
||||
end
|
||||
arch stair_up
|
||||
slaying /world/world_111_117
|
||||
hp 39
|
||||
|
@ -3907,10 +3907,6 @@ arch sabre
|
|||
x 16
|
||||
y 19
|
||||
end
|
||||
arch pstone_2
|
||||
x 16
|
||||
y 20
|
||||
end
|
||||
arch magic_mouth
|
||||
msg
|
||||
Which one is it?
|
||||
|
@ -3918,6 +3914,10 @@ endmsg
|
|||
x 16
|
||||
y 20
|
||||
end
|
||||
arch pstone_2
|
||||
x 16
|
||||
y 20
|
||||
end
|
||||
arch locked_door1
|
||||
slaying LastDoor
|
||||
x 16
|
||||
|
|
Loading…
Reference in New Issue