Localize the 'give all' warning.

This commit is contained in:
Mari the Deer 2026-06-23 12:41:00 +02:00
commit bef1195f1e
4 changed files with 5 additions and 3 deletions

View file

@ -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;