Fix missing achievement in Krakatoa's Krach (#1819)

console-destruction
Sven Eberhardt 2016-09-10 00:59:47 -04:00
parent 8d9657a800
commit d3d7256fec
1 changed files with 7 additions and 0 deletions

View File

@ -191,6 +191,13 @@ global func FxEnsureTreesTimer()
return FX_OK;
}
protected func OnGoalsFulfilled()
{
// Give the remaining players their achievement.
GainScenarioAchievement("Done", BoundBy(SCENPAR_Difficulty, 1, 3));
return false;
}
/*-- Volcano Effect --*/