More fixes for bug #2018391, set carrying limit for human skeletons to 80kg.
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@9570 282e977c-c81d-0410-88c4-b93c2d0d6712master
parent
2aed09ae59
commit
8c71c4a876
|
@ -388,7 +388,9 @@ name corpse
|
||||||
name_pl corpses
|
name_pl corpses
|
||||||
x 2
|
x 2
|
||||||
y 7
|
y 7
|
||||||
|
nrof 0
|
||||||
type 122
|
type 122
|
||||||
|
container 80000
|
||||||
arch goldcoin
|
arch goldcoin
|
||||||
nrof 4
|
nrof 4
|
||||||
end
|
end
|
||||||
|
|
|
@ -216,7 +216,7 @@ y 8
|
||||||
nrof 0
|
nrof 0
|
||||||
type 122
|
type 122
|
||||||
material 32
|
material 32
|
||||||
container 20000
|
container 80000
|
||||||
arch bones2
|
arch bones2
|
||||||
name human skull
|
name human skull
|
||||||
name_pl human skulls
|
name_pl human skulls
|
||||||
|
@ -722,7 +722,7 @@ y 6
|
||||||
nrof 0
|
nrof 0
|
||||||
type 122
|
type 122
|
||||||
material 32
|
material 32
|
||||||
container 20000
|
container 80000
|
||||||
arch bones1
|
arch bones1
|
||||||
name dog skeleton
|
name dog skeleton
|
||||||
name_pl dog skeletons
|
name_pl dog skeletons
|
||||||
|
|
Loading…
Reference in New Issue