Partial fix for bug #2018391: set a weight limit to all containers and set their nrof to 0 so that they cannot be stacked.
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@9436 282e977c-c81d-0410-88c4-b93c2d0d6712master
parent
35a160510e
commit
058738bc5e
|
@ -213,13 +213,17 @@ name human skeleton
|
||||||
name_pl human skeletons
|
name_pl human skeletons
|
||||||
x 1
|
x 1
|
||||||
y 8
|
y 8
|
||||||
|
nrof 0
|
||||||
type 122
|
type 122
|
||||||
material 32
|
material 32
|
||||||
|
container 20000
|
||||||
arch bones2
|
arch bones2
|
||||||
name human skull
|
name human skull
|
||||||
name_pl human skulls
|
name_pl human skulls
|
||||||
|
nrof 0
|
||||||
type 122
|
type 122
|
||||||
material 32
|
material 32
|
||||||
|
container 4000
|
||||||
arch eyes
|
arch eyes
|
||||||
name human eyes
|
name human eyes
|
||||||
name_pl human eyes
|
name_pl human eyes
|
||||||
|
@ -256,8 +260,10 @@ name bird skeleton
|
||||||
name_pl bird skeletons
|
name_pl bird skeletons
|
||||||
x 1
|
x 1
|
||||||
y 13
|
y 13
|
||||||
|
nrof 0
|
||||||
type 122
|
type 122
|
||||||
material 32
|
material 32
|
||||||
|
container 1500
|
||||||
arch bones3
|
arch bones3
|
||||||
name sharp bones
|
name sharp bones
|
||||||
name_pl sharp bones
|
name_pl sharp bones
|
||||||
|
@ -713,18 +719,24 @@ name human skeleton
|
||||||
name_pl human skeletons
|
name_pl human skeletons
|
||||||
x 4
|
x 4
|
||||||
y 6
|
y 6
|
||||||
|
nrof 0
|
||||||
type 122
|
type 122
|
||||||
material 32
|
material 32
|
||||||
|
container 20000
|
||||||
arch bones1
|
arch bones1
|
||||||
name dog skeleton
|
name dog skeleton
|
||||||
name_pl dog skeletons
|
name_pl dog skeletons
|
||||||
|
nrof 0
|
||||||
type 122
|
type 122
|
||||||
material 32
|
material 32
|
||||||
|
container 10000
|
||||||
arch bones4
|
arch bones4
|
||||||
name bird skeleton
|
name bird skeleton
|
||||||
name_pl bird skeletons
|
name_pl bird skeletons
|
||||||
|
nrof 0
|
||||||
type 122
|
type 122
|
||||||
material 32
|
material 32
|
||||||
|
container 1500
|
||||||
arch gem
|
arch gem
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
@ -846,9 +858,10 @@ name_pl strange skulls
|
||||||
msg
|
msg
|
||||||
To be or not to be...
|
To be or not to be...
|
||||||
endmsg
|
endmsg
|
||||||
|
nrof 0
|
||||||
type 122
|
type 122
|
||||||
material 32
|
material 32
|
||||||
container 500
|
container 4000
|
||||||
arch ruby
|
arch ruby
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue