fixes (#282)
* fix: fixes * resolve conflicts * very important commit * very important gramatical error * incredible architecture solution
This commit is contained in:
@@ -60,7 +60,7 @@ namespace Content.Server.Chemistry.EntitySystems
|
||||
{
|
||||
// Create a pop-up for the target
|
||||
var userName = Identity.Entity(user, EntityManager);
|
||||
_popup.PopupEntity(Loc.GetString("injector-component-injecting-target",
|
||||
_popup.PopupEntity(Loc.GetString("patch-component-injecting-target",
|
||||
("user", userName)), user, target);
|
||||
}
|
||||
|
||||
|
||||
@@ -121,8 +121,12 @@ public sealed class ERTRecruitmentRule : StationEventSystem<ERTRecruitmentRuleCo
|
||||
var ev = new ERTRecruitedReasonEvent();
|
||||
RaiseLocalEvent(uid,ev);
|
||||
|
||||
_chat.DispatchServerMessage(args.PlayerSession,Loc.GetString("ert-description"));
|
||||
_chat.DispatchServerMessage(args.PlayerSession, Loc.GetString("ert-reason", ("reason", ev.Reason)));
|
||||
if (args.PlayerSession != null)
|
||||
{
|
||||
|
||||
_chat.DispatchServerMessage(args.PlayerSession, Loc.GetString("ert-description"));
|
||||
_chat.DispatchServerMessage(args.PlayerSession, Loc.GetString("ert-reason", ("reason", ev.Reason)));
|
||||
}
|
||||
}
|
||||
|
||||
private void OnStartAttempt(RoundStartAttemptEvent ev)
|
||||
@@ -186,6 +190,7 @@ public sealed class ERTRecruitmentRule : StationEventSystem<ERTRecruitmentRuleCo
|
||||
return false;
|
||||
}
|
||||
*/
|
||||
|
||||
|
||||
var ertMap = EnsureComp<ERTMapComponent>(outpost);
|
||||
ertMap.MapId = mapId;
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
## Entity
|
||||
|
||||
patch-component-target-getting-injected = Someone trying to put a patch on you
|
||||
patch-component-injecting-user = You are trying to put a patch on {$target}.
|
||||
patch-component-inject-other-message = You put a patch on {$other}.
|
||||
patch-component-inject-self-message = You put a patch on yourself.
|
||||
@@ -8,3 +7,6 @@ patch-component-empty-message = It's empty!
|
||||
patch-component-feel-prick-message = You feel a little sting
|
||||
patch-cant-inject = Can't put a patch on {$target}!
|
||||
patch-cant-inject-now = Can't put a patch now
|
||||
## mob-inject doafter messages
|
||||
|
||||
patch-component-injecting-target = {CAPITALIZE($user)} is trying to put a patch on you!
|
||||
|
||||
@@ -10,4 +10,4 @@ patch-cant-inject-now = Вы не можете наложить пластырь
|
||||
|
||||
## mob-inject doafter messages
|
||||
|
||||
injector-component-injecting-target = {CAPITALIZE(THE($user))} пытается приклеить пластырь на вас!
|
||||
patch-component-injecting-target = {CAPITALIZE($user)} пытается приклеить пластырь на вас!
|
||||
|
||||
Reference in New Issue
Block a user