fix: Fixes hues for Bags of Sending (#1654)

This commit is contained in:
Eric Vintimilla 2024-01-06 11:50:36 -05:00 committed by GitHub
parent 1dbf8a0834
commit 49118556d3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -30,7 +30,7 @@ public partial class BagOfSending : Item, TranslocationItem
{
Weight = 2.0;
_bagOfSendingHue = hue;
BagOfSendingHue = hue;
_charges = Utility.RandomMinMax(3, 9);
}