NX/VITA: Mystery Box Useprint says Weapon Name

This commit is contained in:
cypress 2023-08-29 11:43:50 -04:00 committed by GitHub
parent 2f39dd1b86
commit daab14944a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -300,11 +300,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 [cost:%i]\n", GetUseButtonL(), cost));
strcpy(s, va("Hold %s for Mystery Box [Cost: %i]\n", GetUseButtonL(), cost));
button_pic_x = 5;
break;
case 7://box take
strcpy(s, va("Press %s to take weapon\n", GetUseButtonL()));
strcpy(w, PR_GetString(sv_player->v.Weapon_Name_Touch));
strcpy(s, va("Hold %s for %s\n", GetUseButtonL(), w));
button_pic_x = 6;
break;
case 8://power