@@ -95,7 +95,8 @@ public abstract partial class CP14SharedMagicSystem
|
||||
var ev = new CP14VerbalAspectSpeechEvent
|
||||
{
|
||||
Performer = args.Performer,
|
||||
Speech = ent.Comp.StartSpeech,
|
||||
Speech = Loc.GetString(ent.Comp.StartSpeech),
|
||||
Emote = ent.Comp.Emote
|
||||
};
|
||||
RaiseLocalEvent(ent, ref ev);
|
||||
}
|
||||
@@ -108,7 +109,8 @@ public abstract partial class CP14SharedMagicSystem
|
||||
var ev = new CP14VerbalAspectSpeechEvent
|
||||
{
|
||||
Performer = args.Performer,
|
||||
Speech = ent.Comp.EndSpeech,
|
||||
Speech = Loc.GetString(ent.Comp.EndSpeech),
|
||||
Emote = ent.Comp.Emote
|
||||
};
|
||||
RaiseLocalEvent(ent, ref ev);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user