mirror of
https://github.com/nzp-team/glquake.git
synced 2025-03-15 07:00:57 +00:00
Mystery Box Useprint says Weapon Name
This commit is contained in:
parent
318743e860
commit
f667bbf9e9
1 changed files with 2 additions and 2 deletions
|
@ -402,12 +402,12 @@ void SCR_UsePrint (int type, int cost, int weapon)
|
|||
button_pic_x = 5;
|
||||
break;
|
||||
case 6://box
|
||||
strcpy(s, va("Hold %s to buy a Random Weapon\n", GetUseButtonL()));
|
||||
strcpy(s, va("Hold %s to for Mystery Box\n", GetUseButtonL()));
|
||||
strcpy(c, va("[Cost: %i]\n", cost));
|
||||
button_pic_x = 5;
|
||||
break;
|
||||
case 7://box take
|
||||
strcpy(s, va("Press %s to take Weapon\n", GetUseButtonL()));
|
||||
strcpy(s, va("Hold %s for %s\n", GetUseButtonL(), pr_strings+sv_player->v.Weapon_Name_Touch));
|
||||
strcpy(c, "");
|
||||
button_pic_x = 6;
|
||||
break;
|
||||
|
|
Loading…
Reference in a new issue