Unstable 0.1300.0.3
This commit is contained in:
@@ -178,7 +178,7 @@ namespace Barotrauma
|
||||
{
|
||||
if (Timing.TotalTime < GameMain.GameSession.RoundStartTime + 120.0f &&
|
||||
speaker?.CurrentHull != null &&
|
||||
speaker.TeamID == CharacterTeamType.FriendlyNPC &&
|
||||
(speaker.TeamID == CharacterTeamType.FriendlyNPC || speaker.TeamID == CharacterTeamType.None) &&
|
||||
Character.CharacterList.Any(c => c.TeamID != speaker.TeamID && c.CurrentHull == speaker.CurrentHull))
|
||||
{
|
||||
currentFlags.Add("EnterOutpost");
|
||||
@@ -188,6 +188,11 @@ namespace Barotrauma
|
||||
{
|
||||
currentFlags.Add("Casual");
|
||||
}
|
||||
|
||||
if (GameMain.GameSession.IsCurrentLocationRadiated())
|
||||
{
|
||||
currentFlags.Add("InRadiation");
|
||||
}
|
||||
}
|
||||
|
||||
if (speaker != null)
|
||||
|
||||
Reference in New Issue
Block a user