Localize the 'give all' warning.
This commit is contained in:
parent
13b060f06e
commit
bef1195f1e
4 changed files with 5 additions and 3 deletions
|
|
@ -193,7 +193,7 @@ extend Class Demolitionist
|
|||
{
|
||||
if ( CheckLocalView() )
|
||||
{
|
||||
Console.Printf("Not the best way to experience the mod, %s\c-.\nUse 'give %s' again if you insist.",player.GetUserName(),name);
|
||||
Console.Printf(StringTable.Localize("$SWWM_GIVEALLWARN"),player.GetUserName(),name);
|
||||
S_StartSound("bruh",CHAN_VOICE,CHANF_UI);
|
||||
}
|
||||
mystats.suregiveall = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue