1
0
mirror of https://github.com/JezuzLizard/BO2-Reimagined.git synced 2025-06-08 06:12:17 -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

@ -829,6 +829,7 @@
* Decreased active time from 90 seconds to 60 seconds
* Decreased cooldown time from 60 seconds to 30 seconds
* Added hint strings for purchased, can only be one, and cooling down
* Added HUD message for how to activate
* Buildable table model sits on top of the stand
* Rotated buildable table model 90 degrees
* Switches back to correct weapon after deploying

View File

@ -1254,6 +1254,9 @@ LANG_ENGLISH "Hold ^3[{+activate}]^7 to craft Maxis Drone"
REFERENCE ZM_TOMB_TQ
LANG_ENGLISH "Hold ^3[{+activate}]^7 to take Maxis Drone [Cost: &&1]"
REFERENCE ZM_TOMB_DIHO
LANG_ENGLISH "Press ^3[{+actionslot 2}]^7 to use Maxis Drone"
REFERENCE ZM_TOMB_BOUGHT_MAXISDRONE
LANG_ENGLISH "Took Maxis Drone"

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;
}