Fix connected objects.
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@7310 282e977c-c81d-0410-88c4-b93c2d0d6712master
parent
be265d8082
commit
760e33cb03
|
@ -380,6 +380,11 @@ arch flagstone
|
|||
x 3
|
||||
y 8
|
||||
end
|
||||
arch pedestal
|
||||
x 3
|
||||
y 9
|
||||
connected 1
|
||||
end
|
||||
arch magic_mouth
|
||||
msg
|
||||
HEY! Who goes there?
|
||||
|
@ -387,7 +392,6 @@ endmsg
|
|||
food 1
|
||||
x 3
|
||||
y 9
|
||||
connected 1
|
||||
end
|
||||
arch flagstone
|
||||
x 3
|
||||
|
@ -500,6 +504,11 @@ arch flagstone
|
|||
x 4
|
||||
y 8
|
||||
end
|
||||
arch pedestal
|
||||
x 4
|
||||
y 9
|
||||
connected 1
|
||||
end
|
||||
arch magic_mouth
|
||||
msg
|
||||
I heard something! Check it out!
|
||||
|
@ -507,7 +516,6 @@ endmsg
|
|||
food 1
|
||||
x 4
|
||||
y 9
|
||||
connected 1
|
||||
end
|
||||
arch flagstone
|
||||
x 4
|
||||
|
@ -611,6 +619,11 @@ arch flagstone
|
|||
x 5
|
||||
y 8
|
||||
end
|
||||
arch pedestal
|
||||
x 5
|
||||
y 9
|
||||
connected 1
|
||||
end
|
||||
arch magic_mouth
|
||||
msg
|
||||
You! What are you doing?
|
||||
|
@ -618,7 +631,6 @@ endmsg
|
|||
food 1
|
||||
x 5
|
||||
y 9
|
||||
connected 1
|
||||
end
|
||||
arch flagstone
|
||||
x 5
|
||||
|
@ -730,6 +742,11 @@ arch flagstone
|
|||
x 6
|
||||
y 8
|
||||
end
|
||||
arch pedestal
|
||||
x 6
|
||||
y 9
|
||||
connected 1
|
||||
end
|
||||
arch magic_mouth
|
||||
msg
|
||||
Quiet! Someone is in here!
|
||||
|
@ -737,7 +754,6 @@ endmsg
|
|||
food 1
|
||||
x 6
|
||||
y 9
|
||||
connected 1
|
||||
end
|
||||
arch flagstone
|
||||
x 6
|
||||
|
|
Loading…
Reference in New Issue