Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
unify researched artefact... determination?
- Loading branch information
Showing
with
1 addition
and
1 deletion.
-
+1
−1
src/Battlescape/DebriefingState.cpp
|
@@ -1648,7 +1648,7 @@ void DebriefingState::recoverItems(std::vector<BattleItem*> *from, Base *base) |
|
|
} |
|
|
} |
|
|
// only add recovery points for unresearched items |
|
|
else if (!_game->getSavedGame()->isResearched((*it)->getRules()->getType())) |
|
|
else if (!_game->getSavedGame()->isResearched((*it)->getRules()->getRequirements())) |
|
|
{ |
|
|
addStat("STR_ALIEN_ARTIFACTS_RECOVERED", 1, (*it)->getRules()->getRecoveryPoints()); |
|
|
} |
|
|