Some monsters were always dropping two identical rings because of the
incorrect usage of "nrof 2" for rings in the treasure list. The correct way to generate two rings is to have two separate entries in the treasure list. This is a fix for bug #1530006. git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/trunk/arch@4798 282e977c-c81d-0410-88c4-b93c2d0d6712master
parent
eec43ca4bb
commit
b0d8589d98
|
|
@ -67,7 +67,9 @@ treasure gryphon
|
|||
more
|
||||
arch ring
|
||||
chance 90
|
||||
nrof 2
|
||||
more
|
||||
arch ring
|
||||
chance 50
|
||||
more
|
||||
arch cloak
|
||||
end
|
||||
|
|
|
|||
|
|
@ -13,7 +13,9 @@ treasure Balrog
|
|||
more
|
||||
arch ring
|
||||
chance 90
|
||||
nrof 2
|
||||
more
|
||||
arch ring
|
||||
chance 50
|
||||
more
|
||||
arch cloak
|
||||
more
|
||||
|
|
|
|||
|
|
@ -67,7 +67,9 @@ treasure big_wizard
|
|||
more
|
||||
arch ring
|
||||
chance 90
|
||||
nrof 2
|
||||
more
|
||||
arch ring
|
||||
chance 50
|
||||
more
|
||||
arch cloak
|
||||
end
|
||||
|
|
|
|||
Loading…
Reference in New Issue