Quote:
Originally Posted by .Arco
Code:
if (Equips.RightHand.ID != 0)
{
Inventory.Add(Equips.Get(5));
EquipStats(5, false);
Game.World.Spawn(this, false);
Equips.UnEquip(5, this);
}
Change righthand to the gourd thingymajig idk what its called.
|
I believe youd also need to change
Code:
Inventory.Add(Equips.Get(5));
to
Code:
Inventory.Add(Equips.Get(8));
anyways i think 8 is the gourd slot. cause i know 9 is garment. good luck