Rebalanced traitor objective difficulty (#6173)

This commit is contained in:
Rane
2022-01-15 00:02:16 -05:00
committed by GitHub
parent ba538f7848
commit 0280b81eb4
3 changed files with 12 additions and 24 deletions

View File

@@ -35,7 +35,7 @@ namespace Content.Server.Objectives.Conditions
public float Progress => (Target?.CharacterDeadIC ?? true) ? 1f : 0f;
public float Difficulty => 2.25f;
public float Difficulty => 2f;
public bool Equals(IObjectiveCondition? other)
{

View File

@@ -65,7 +65,7 @@ namespace Content.Server.Objectives.Conditions
}
}
public float Difficulty => 2f;
public float Difficulty => 2.25f;
public bool Equals(IObjectiveCondition? other)
{