hp, sp in map.arc obviously worked as default values
for startx, starty in every map. Changing these caused some inconvenience, so I set them back to 1,1. This should fix all the map-bugs that appeared after my HallOfSelection-patch. git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/trunk/arch@629 282e977c-c81d-0410-88c4-b93c2d0d6712master
parent
4f033e4466
commit
5a85b3737d
|
@ -4,8 +4,8 @@ slaying /HallOfSelection
|
|||
face map.111
|
||||
x 16
|
||||
y 16
|
||||
hp 7
|
||||
sp 5
|
||||
hp 1
|
||||
sp 1
|
||||
value 300
|
||||
weight 7200
|
||||
editable 0
|
||||
|
|
Loading…
Reference in New Issue