Browse Source

Fix unterminated constant

feature_improvement
Anton Tarasenko 2 years ago
parent
commit
ca2134f9b6
  1. 2
      sources/Commands/ACommandDosh_Announcer.uc

2
sources/Commands/ACommandDosh_Announcer.uc

@ -68,7 +68,7 @@ public final function AnnounceLostDosh(int doshAmount)
"You {$TextPositive successfully took} {$TypeNumber %1} do$h from" "You {$TextPositive successfully took} {$TypeNumber %1} do$h from"
@ "yourself!"); @ "yourself!");
lostDosh.toSelfPublic = _.text.MakeTemplate_S( lostDosh.toSelfPublic = _.text.MakeTemplate_S(
"%%instigator%% {$TextNegative took} {$TypeNumber %1} do$h from "%%instigator%% {$TextNegative took} {$TypeNumber %1} do$h from"
@ "themselves!"); @ "themselves!");
lostDosh.toOtherReport = _.text.MakeTemplate_S( lostDosh.toOtherReport = _.text.MakeTemplate_S(
"You {$TextPositive successfully took} {$TypeNumber %1} do$h from" "You {$TextPositive successfully took} {$TypeNumber %1} do$h from"

Loading…
Cancel
Save