Add direct hit as achievement item
This commit is contained in:
parent
88d5ade9be
commit
2e8b00c682
@ -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>
|
||||
|
@ -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));
|
||||
|
Reference in New Issue
Block a user