mirror of
https://github.com/JezuzLizard/BO2-Reimagined.git
synced 2025-06-07 21:59:49 -05:00
Origins: change localized string reference name
This commit is contained in:
parent
905882a8ae
commit
8377104df9
@ -1302,7 +1302,7 @@ LANG_ENGLISH "Lightning Staff Required"
|
||||
REFERENCE ZM_TOMB_MISSING_ICE_STAFF
|
||||
LANG_ENGLISH "Ice Staff Required"
|
||||
|
||||
REFERENCE ZM_TOMB_RPT
|
||||
REFERENCE ZM_TOMB_ALL_PERKS
|
||||
LANG_ENGLISH "You have all perks"
|
||||
|
||||
REFERENCE ZOMBIE_BANK_WITHDRAW_PROMPT
|
||||
|
@ -97,7 +97,7 @@ wunderfizzstub_update_prompt(player)
|
||||
|
||||
if (player.num_perks >= n_purchase_limit)
|
||||
{
|
||||
self.hint_string = &"ZM_TOMB_RPT";
|
||||
self.hint_string = &"ZM_TOMB_ALL_PERKS";
|
||||
return false;
|
||||
}
|
||||
else
|
||||
@ -115,7 +115,7 @@ wunderfizzstub_update_prompt(player)
|
||||
|
||||
if (player.num_perks >= n_purchase_limit)
|
||||
{
|
||||
self.hint_string = &"ZM_TOMB_RPT";
|
||||
self.hint_string = &"ZM_TOMB_ALL_PERKS";
|
||||
return false;
|
||||
}
|
||||
else
|
||||
|
Loading…
x
Reference in New Issue
Block a user