Implemented Model Pickup and Reputation achievements (#413)

* Implemented Model Pickup and Reputation achievements

* Moved mission progression to placement

* Changed name to place
This commit is contained in:
David Markowitz
2022-02-05 04:08:40 -08:00
committed by GitHub
parent 77459af1d3
commit 933cdee414
4 changed files with 13 additions and 2 deletions

View File

@@ -516,7 +516,8 @@ void Mission::YieldRewards() {
}
if (info->reward_reputation > 0) {
// TODO: In case of reputation, write code
// TODO: Track reputation in the character and database.
missionComponent->Progress(MissionTaskType::MISSION_TASK_TYPE_EARN_REPUTATION, 0, 0L, "", info->reward_reputation);
}
if (info->reward_maxhealth > 0) {