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

Add cost variable

This commit is contained in:
Jbleezy
2023-02-24 14:00:50 -08:00
parent 31b1ef47f7
commit 121bd6e7be

View File

@ -163,6 +163,7 @@ lethal_grenade_update_prompt( player )
{
weapon = self.stub.zombie_weapon_upgrade;
hint = level.zombie_weapons[weapon].hint;
cost = level.zombie_weapons[weapon].cost;
self.stub.hint_string = hint;
self sethintstring( self.stub.hint_string, cost );
self.stub.cursor_hint = "HINT_WEAPON";