protected override void OnEquip(Creature wearer) { #warning unlock achievement for wearing goo armor if not unlocked. Valeria.SetCampState(false); }
protected override ArmorBase OnRemove(Creature wearer) { Valeria.SetCampState(true); return(null); }