Add direct hit as achievement item

This commit is contained in:
bencat07 2019-05-09 16:57:10 +02:00
parent 88d5ade9be
commit 2e8b00c682
2 changed files with 3 additions and 1 deletions

View File

@ -11,6 +11,7 @@
<Option name="Blutsauger" value="5"/>
<Option name="Huntsman" value="6"/>
<Option name="Ambassador" value="7"/>
<Option name="Direct Hit" value="8"/>
</Select>
</LabeledObject>
<LabeledObject width="fill" label="Autoequip Secondary">
@ -49,4 +50,4 @@
</LabeledObject>
</List>
</Box>
</Tab>
</Tab>

View File

@ -272,6 +272,7 @@ static InitRoutine init([]() {
primary.push_back(Autoequip_unlock_list("Blutsauger", 1437, 36, tf_medic, 0));
primary.push_back(Autoequip_unlock_list("Huntsman", 1136, 56, tf_sniper, 0));
primary.push_back(Autoequip_unlock_list("Ambassador", 1735, 61, tf_spy, 1));
primary.push_back(Autoequip_unlock_list("Direct hit", 1237, 127, tf_soldier, 0));
// Secondary list
secondary.push_back(Autoequip_unlock_list("Bonk!", 1038, 46, tf_scout, 1));