fixes (#282)
* fix: fixes * resolve conflicts * very important commit * very important gramatical error * incredible architecture solution
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user