Use a localized string here for consistency

This commit is contained in:
Mari the Deer 2022-08-20 19:59:18 +02:00
commit 1ca5f97870
3 changed files with 4 additions and 3 deletions

View file

@ -861,6 +861,7 @@ BT_ARCHANGELUS_FUN = "Big Fucking Angel Dude";
BOSSLINE_IOS = "\crIcon of Sin\c-: !oremoR nhoJ ,em llik tsum uoy emag eht niw oT";
BOSSLINE_DSPARIL = "\cgD'Sparil\c-: .hself ruoy erutrot lliw I";
BOSSLINE_ARCHANGELUS = "\cfArchangelus\c-: Foolish mortal, only your death is eternal!";
BOSSLINE_ROM3R0 = "\crROM3R-0\c-: .hctib ym emoceb dna ™xoB tsaeB ™LIGIS eht yuB .sremooD wollef ,olleH";
// targetter
SWWM_OVERKILL = "Overkill";
SWWM_MULTIKILL = "Multi Kill";

View file

@ -1,3 +1,3 @@
[default]
SWWM_MODVER="\cyDEMOLITIONIST \cw1.3pre r352 \cu(Sat 20 Aug 19:51:47 CEST 2022)\c-";
SWWM_SHORTVER="\cw1.3pre r352 \cu(2022-08-20 19:51:47)\c-";
SWWM_MODVER="\cyDEMOLITIONIST \cw1.3pre r353 \cu(Sat 20 Aug 19:59:18 CEST 2022)\c-";
SWWM_SHORTVER="\cw1.3pre r353 \cu(2022-08-20 19:59:18)\c-";

View file

@ -48,7 +48,7 @@ Class ROM3R0Message : Inventory
{
if ( Owner.InStateSequence(Owner.CurState,Owner.SeeState) )
{
Console.PrintfEx(PRINT_CHAT,"\crROM3R-0\c-: .hctib ym emoceb dna ™xoB tsaeB ™LIGIS eht yuB .sremooD wollef ,olleH");
Console.PrintfEx(PRINT_CHAT,StringTable.Localize("$BOSSLINE_ROM3R0"));
let hnd = SWWMHandler(EventHandler.Find("SWWMHandler"));
if ( hnd ) hnd.doromerobotmsg = true;
DepleteOrDestroy();