fix: Fixes hues for Bags of Sending (#1654)
This commit is contained in:
parent
1dbf8a0834
commit
49118556d3
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@ public partial class BagOfSending : Item, TranslocationItem
|
||||||
{
|
{
|
||||||
Weight = 2.0;
|
Weight = 2.0;
|
||||||
|
|
||||||
_bagOfSendingHue = hue;
|
BagOfSendingHue = hue;
|
||||||
_charges = Utility.RandomMinMax(3, 9);
|
_charges = Utility.RandomMinMax(3, 9);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue