Fix bug #1772128: Incorrect map layer for object. Also fix monster with initial hp > maxhp.
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@6933 282e977c-c81d-0410-88c4-b93c2d0d6712master
parent
ebe008aa98
commit
13f7dc602c
|
|
@ -850,6 +850,7 @@ end
|
||||||
arch boulder
|
arch boulder
|
||||||
x 3
|
x 3
|
||||||
y 1
|
y 1
|
||||||
|
map_layer living
|
||||||
end
|
end
|
||||||
arch pstone_1
|
arch pstone_1
|
||||||
x 3
|
x 3
|
||||||
|
|
@ -3789,6 +3790,7 @@ end
|
||||||
arch gravestone
|
arch gravestone
|
||||||
x 13
|
x 13
|
||||||
y 35
|
y 35
|
||||||
|
map_layer living
|
||||||
end
|
end
|
||||||
arch pstone_1
|
arch pstone_1
|
||||||
x 13
|
x 13
|
||||||
|
|
@ -5076,6 +5078,7 @@ end
|
||||||
arch gnoll
|
arch gnoll
|
||||||
name Captain of the Guard
|
name Captain of the Guard
|
||||||
hp 150
|
hp 150
|
||||||
|
maxhp 150
|
||||||
dam 15
|
dam 15
|
||||||
x 19
|
x 19
|
||||||
y 8
|
y 8
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue