- Give the keys to the House of Treasure reasonable names other than key1,
key2, and key3. These aren't secret keys anyway and there are far too many keys that are generically named anyway. Add descriptions too. git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@12872 282e977c-c81d-0410-88c4-b93c2d0d6712master
parent
de8ebe64df
commit
380955f9f1
|
@ -8,7 +8,7 @@ enter_x 3
|
|||
enter_y 12
|
||||
msg
|
||||
Created: 1996-02-13
|
||||
Modified: 2008-10-09 Rick Tanner
|
||||
Modified: 2010-04-04 krb
|
||||
endmsg
|
||||
end
|
||||
arch marble
|
||||
|
@ -327,6 +327,9 @@ y 4
|
|||
end
|
||||
arch locked_door1
|
||||
slaying 9key3
|
||||
msg
|
||||
You need the House of Treasure Key #3 to open this door.
|
||||
endmsg
|
||||
x 3
|
||||
y 4
|
||||
end
|
||||
|
@ -344,6 +347,9 @@ y 6
|
|||
end
|
||||
arch locked_door1
|
||||
slaying 9key2
|
||||
msg
|
||||
You need the House of Treasure Key #2 to open this door.
|
||||
endmsg
|
||||
x 3
|
||||
y 6
|
||||
end
|
||||
|
@ -361,6 +367,9 @@ y 8
|
|||
end
|
||||
arch locked_door1
|
||||
slaying 9key1
|
||||
msg
|
||||
You need the House of Treasure Key #1 to open this door.
|
||||
endmsg
|
||||
x 3
|
||||
y 8
|
||||
end
|
||||
|
|
|
@ -8,7 +8,7 @@ enter_x 5
|
|||
enter_y 16
|
||||
msg
|
||||
Created: 1996-02-13
|
||||
Modified: 2008-10-09 Rick Tanner
|
||||
Modified: 2010-04-04 krb
|
||||
endmsg
|
||||
end
|
||||
arch grass
|
||||
|
@ -628,8 +628,11 @@ x 5
|
|||
y 1
|
||||
end
|
||||
arch key2
|
||||
name key1
|
||||
name House of Treasure Key #1
|
||||
slaying 9key1
|
||||
msg
|
||||
A key found in the Red Town practice maps.
|
||||
endmsg
|
||||
x 5
|
||||
y 1
|
||||
end
|
||||
|
|
|
@ -8,7 +8,7 @@ enter_x 5
|
|||
enter_y 16
|
||||
msg
|
||||
Created: 1996-02-13
|
||||
Modified: 2008-10-09 Rick Tanner
|
||||
Modified: 2010-04-04 krb
|
||||
endmsg
|
||||
end
|
||||
arch grass
|
||||
|
@ -627,8 +627,11 @@ x 5
|
|||
y 1
|
||||
end
|
||||
arch key2
|
||||
name key2
|
||||
name House of Treasure Key #2
|
||||
slaying 9key2
|
||||
msg
|
||||
A key found in the Red Town practice maps.
|
||||
endmsg
|
||||
x 5
|
||||
y 1
|
||||
end
|
||||
|
|
|
@ -8,7 +8,7 @@ enter_x 5
|
|||
enter_y 16
|
||||
msg
|
||||
Created: 1996-02-13
|
||||
Modified: 2008-10-09 Rick Tanner
|
||||
Modified: 2010-04-04 krb
|
||||
endmsg
|
||||
end
|
||||
arch grass
|
||||
|
@ -627,8 +627,11 @@ x 5
|
|||
y 1
|
||||
end
|
||||
arch key2
|
||||
name key3
|
||||
name House of Treasure Key #3
|
||||
slaying 9key3
|
||||
msg
|
||||
A key found in the Red Town practice maps.
|
||||
endmsg
|
||||
x 5
|
||||
y 1
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue