WebGL Submissions - Moose on the Loose
Encountered a few issues while making the equipped items, mainly stats not adding or not getting deducted when unequipped. Spent the whole day trying to figure it out, realized I had to add "user.Stats.AddModifier(modifier);", and change RemoveModifier to AddModifier with a negative value instead.