diff --git a/src/battle/objectives.c b/src/battle/objectives.c index 1d76350..b4eaee0 100644 --- a/src/battle/objectives.c +++ b/src/battle/objectives.c @@ -221,6 +221,8 @@ void completeConditions(void) { if (o->isCondition) { + o->currentValue = o->targetValue; + o->status = OS_COMPLETE; } }