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