Example #1
0
void Item::onUnequip(Creature* c) {
  onUnequipSpecial(c);
  if (attributes->equipedEffect)
    c->removePermanentEffect(*attributes->equipedEffect);
}
Example #2
0
void Item::onUnequip(Creature* c) {
    onUnequipSpecial(c);
}