Fix several exit paths in Chadfire.
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@18835 282e977c-c81d-0410-88c4-b93c2d0d6712master
parent
1e3935c11d
commit
1aec28bf1b
|
@ -4,11 +4,13 @@ region creation
|
|||
darkness 3
|
||||
width 25
|
||||
height 25
|
||||
enter_x 12
|
||||
enter_y 12
|
||||
msg
|
||||
Creator: Avion
|
||||
CF Java Map Editor
|
||||
Date: 9/25/2003
|
||||
Modified: 2008-11-16 Chad Opperman | cromagic@sbcglobal.net
|
||||
Modified: 2013-07-25 Kevin Zheng
|
||||
endmsg
|
||||
end
|
||||
arch blocked
|
||||
|
@ -2015,7 +2017,7 @@ no_magic 1
|
|||
damned 1
|
||||
end
|
||||
arch teleporter
|
||||
slaying /world/wilderness_115_110
|
||||
slaying world/wilderness_115_110
|
||||
hp 25
|
||||
sp 25
|
||||
x 12
|
||||
|
|
|
@ -4,7 +4,7 @@ width 23
|
|||
height 23
|
||||
msg
|
||||
Created: 2010-09-15 Chad
|
||||
Modified: 2010-09-19 Chad
|
||||
Modified: 2013-07-25 Kevin Zheng
|
||||
endmsg
|
||||
unique 1
|
||||
end
|
||||
|
@ -1905,7 +1905,7 @@ y 11
|
|||
unique 1
|
||||
end
|
||||
arch stair_down_1
|
||||
slaying /test/chad/Chadfire/maps/towns/castle/apartments
|
||||
slaying /unlinked/chadfire/towns/castle/apartments
|
||||
hp 10
|
||||
sp 11
|
||||
x 11
|
||||
|
|
|
@ -7,7 +7,7 @@ enter_x 11
|
|||
enter_y 9
|
||||
msg
|
||||
Created: 2010-08-26 Chad
|
||||
Modified: 2010-10-01 Chad
|
||||
Modified: 2013-07-25 Kevin Zheng
|
||||
endmsg
|
||||
outdoor 1
|
||||
background_music song7
|
||||
|
@ -3620,6 +3620,9 @@ y 35
|
|||
end
|
||||
arch big_galleon
|
||||
name Boat to the Mainland
|
||||
slaying /world/world_105_115
|
||||
hp 5
|
||||
sp 34
|
||||
x 9
|
||||
y 35
|
||||
end
|
||||
|
@ -4282,7 +4285,7 @@ y 26
|
|||
end
|
||||
arch perm_magic_portal
|
||||
name Back to Scorn/Standard Maps
|
||||
slaying ../../../../../../world/world_105_115
|
||||
slaying /world/world_105_115
|
||||
msg
|
||||
You return to the standard mapset.
|
||||
endmsg
|
||||
|
|
Loading…
Reference in New Issue