1
0
mirror of https://github.com/JezuzLizard/BO2-Reimagined.git synced 2025-06-10 23:27:57 -05:00

Maxis Drone: add HUD message for how to activate

This commit is contained in:
Jbleezy
2024-02-19 00:57:28 -08:00
parent ffe178287e
commit b243e04c0e
3 changed files with 6 additions and 0 deletions

View File

@ -341,6 +341,8 @@ setup_quadrotor_purchase(player)
self.stub.hint_string = &"ZM_TOMB_BOUGHT_MAXISDRONE";
self sethintstring(self.stub.hint_string);
player thread show_equipment_hint(self.stub.weaponname);
return true;
}