@Oxygens21 @rudger
This working for me, try yourself ;)
condition.cpp
case CONDITION_DAZZLED:
return new ConditionDazzled(id, type, ticks, buff, subId);
In ConditionDamage::getIcons()
// case CONDITION_DAZZLED:
// icons |= ICON_DAZZLED;
// break;
bool...