diff --git a/language.def_base b/language.def_base index bc0ea650b..4e7b5fc78 100644 --- a/language.def_base +++ b/language.def_base @@ -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"; diff --git a/language.version b/language.version index 725a25e1b..56e442131 100644 --- a/language.version +++ b/language.version @@ -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-"; diff --git a/zscript/handler/swwm_handler_vanillaboss.zsc b/zscript/handler/swwm_handler_vanillaboss.zsc index e39e1cd06..43ad5ac05 100644 --- a/zscript/handler/swwm_handler_vanillaboss.zsc +++ b/zscript/handler/swwm_handler_vanillaboss.zsc @@ -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();