Write down the name of heroes of Pupland, instead of hardcoding them.
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@16385 282e977c-c81d-0410-88c4-b93c2d0d6712master
parent
5ce8d01ed6
commit
6a1efb18f3
|
@ -9,7 +9,7 @@ enter_x 4
|
|||
enter_y 24
|
||||
msg
|
||||
Created: 2004-06-09 Andreas Vogl (red.blaze@gmx.net)
|
||||
Modified: 2011-12-01 Rick Tanner
|
||||
Modified: 2011-12-30 Nicolas Weeger
|
||||
endmsg
|
||||
end
|
||||
arch cave_15
|
||||
|
@ -4370,6 +4370,14 @@ x 17
|
|||
y 22
|
||||
resist_physical 30
|
||||
connected 1
|
||||
arch event_apply
|
||||
name pupland
|
||||
title Python
|
||||
slaying /python/misc/hall_of_fame.py
|
||||
msg
|
||||
Your name will from now on be written in Pupland's hall of fame!
|
||||
endmsg
|
||||
end
|
||||
end
|
||||
arch dungeon_magic
|
||||
x 17
|
||||
|
|
|
@ -8,7 +8,7 @@ enter_x 6
|
|||
enter_y 26
|
||||
msg
|
||||
Created: 1997-07-02
|
||||
Modified: 2011-12-14 Rick Tanner
|
||||
Modified: 2011-12-30 Nicolas Weeger
|
||||
endmsg
|
||||
end
|
||||
arch blocked
|
||||
|
@ -835,17 +835,14 @@ arch monument
|
|||
msg
|
||||
The greatest Heroes of Pupland:
|
||||
------------------------------
|
||||
|
||||
Allarounder, the Murderer
|
||||
BugMaster, the Dorobou
|
||||
POL, the Ninja Master
|
||||
Seventh, the Fighter
|
||||
simon, the dwarf
|
||||
SlimeIV, the High Priest
|
||||
red_blaze, the Gargoyle
|
||||
endmsg
|
||||
x 6
|
||||
y 2
|
||||
arch event_apply
|
||||
name pupland
|
||||
title Python
|
||||
slaying /python/misc/hall_of_fame.py
|
||||
end
|
||||
end
|
||||
arch flagstone
|
||||
x 6
|
||||
|
|
Loading…
Reference in New Issue