agilbert1412 / StardewArchipelago

Archipelago Implementation for Stardew Valley
11 stars 12 forks source link

Fixing 6.X.X gift traits #64

Closed Ishigh1 closed 4 months ago

Ishigh1 commented 4 months ago

All gift traits were previously broken, they now work I will note that this was a fix to keep the code as close as possible, so I left out 2 of the common buffs, and I kept using Game1.objectData instead of relying on the itemManager

I suggest you to use the itemManager in the future, it will allow to all kinds of items more easily. This PR is mostly a quick fix