prototack / runuomondains

Automatically exported from code.google.com/p/runuomondains
1 stars 0 forks source link

Reward Strongbox Issue #8

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hello ShaiTanMalkier,

I see a problem in the reward strongbox content. Normally there should be 6
items ( and sometimes + talisman  ) but now it always contains 1 item and
sometimes + talisman.

In RewardBox.cs 

line 17, ( issue ) ---> while ( Items.Count < Amount )

this should fix this issue -->  while ( Items.Count < ItemAmount )

Original issue reported on code.google.com by mightyodhinn@gmail.com on 6 Jul 2009 at 11:33

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Fixed.  Thanks for reminding me.  I forgot to do that one.  I knew it existed 
as well
as everything being placed in upper left corner of box/pouch.  Which has been 
fixed
as well.  Will now randomly place in container instead of on top of each other.

Original comment by ShaiTanMalkier@gmail.com on 7 Jul 2009 at 4:48