예제 #1
0
파일: item.cpp 프로젝트: gustavsen/keeperrl
void Item::onUnequip(Creature* c) {
  onUnequipSpecial(c);
  if (attributes->equipedEffect)
    c->removePermanentEffect(*attributes->equipedEffect);
}
예제 #2
0
void Item::onUnequip(Creature* c) {
    onUnequipSpecial(c);
}