Map header updates: Update maps with entrance x & y coordinates, add creation date, make exit path relative and corrected
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@10078 282e977c-c81d-0410-88c4-b93c2d0d6712master
parent
fb8638c48b
commit
72204bb33e
|
@ -4,10 +4,11 @@ difficulty 1
|
|||
region nurnberg
|
||||
width 10
|
||||
height 10
|
||||
enter_x 5
|
||||
enter_y 8
|
||||
enter_x 1
|
||||
enter_y 5
|
||||
msg
|
||||
Created: Avion
|
||||
Created: 2004-07-11 Avion
|
||||
Modified: 2008-10-11 Rick Tanner
|
||||
endmsg
|
||||
end
|
||||
arch flagstone
|
||||
|
@ -42,11 +43,11 @@ arch wwall_1_2
|
|||
y 4
|
||||
end
|
||||
arch invis_exit
|
||||
slaying /pup_land/nurnberg/city
|
||||
slaying city
|
||||
msg
|
||||
Ding!
|
||||
endmsg
|
||||
hp 25
|
||||
hp 26
|
||||
sp 19
|
||||
y 5
|
||||
end
|
||||
|
@ -138,7 +139,6 @@ x 1
|
|||
y 8
|
||||
material 0
|
||||
weight 0
|
||||
no_pick 1
|
||||
arch event_close
|
||||
title Python
|
||||
slaying /python/IPO/send.py
|
||||
|
|
Loading…
Reference in New Issue