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-b93c2d0d6712
master
quinet 2006-08-18 17:49:41 +00:00
parent eec43ca4bb
commit b0d8589d98
3 changed files with 9 additions and 3 deletions

View File

@ -67,7 +67,9 @@ treasure gryphon
more
arch ring
chance 90
nrof 2
more
arch ring
chance 50
more
arch cloak
end

View File

@ -13,7 +13,9 @@ treasure Balrog
more
arch ring
chance 90
nrof 2
more
arch ring
chance 50
more
arch cloak
more

View File

@ -67,7 +67,9 @@ treasure big_wizard
more
arch ring
chance 90
nrof 2
more
arch ring
chance 50
more
arch cloak
end