mirror of
https://github.com/corvax-team/ss14-wl.git
synced 2026-02-14 19:29:57 +01:00
@@ -88,7 +88,7 @@ public sealed partial class ImplanterSystem : SharedImplanterSystem
|
||||
if (!_doAfter.TryStartDoAfter(args))
|
||||
return;
|
||||
|
||||
_popup.PopupEntity(Loc.GetString("injector-component-injecting-user"), target, user);
|
||||
_popup.PopupEntity(Loc.GetString("injector-component-needle-injecting-user"), target, user);
|
||||
|
||||
var userName = Identity.Entity(user, EntityManager);
|
||||
_popup.PopupEntity(Loc.GetString("implanter-component-implanting-target", ("user", userName)), user, target, PopupType.LargeCaution);
|
||||
@@ -112,7 +112,7 @@ public sealed partial class ImplanterSystem : SharedImplanterSystem
|
||||
};
|
||||
|
||||
if (_doAfter.TryStartDoAfter(args))
|
||||
_popup.PopupEntity(Loc.GetString("injector-component-injecting-user"), target, user);
|
||||
_popup.PopupEntity(Loc.GetString("injector-component-needle-injecting-user"), target, user);
|
||||
|
||||
}
|
||||
|
||||
|
||||
@@ -135,7 +135,7 @@ public sealed class MedibotSystem : EntitySystem
|
||||
EnsureComp<NPCRecentlyInjectedComponent>(target);
|
||||
_solutionContainer.TryAddReagent(injectable.Value, treatment.Reagent, treatment.Quantity, out _);
|
||||
|
||||
_popup.PopupEntity(Loc.GetString("hypospray-component-feel-prick-message"), target, target);
|
||||
_popup.PopupEntity(Loc.GetString("injector-component-feel-prick-message"), target, target);
|
||||
_popup.PopupClient(Loc.GetString("medibot-target-injected"), medibot, medibot);
|
||||
|
||||
_audio.PlayPredicted(medibot.Comp.InjectSound, medibot, medibot);
|
||||
|
||||
Reference in New Issue
Block a user