Adjusted traitor steal objectives (#5974)

* Adjusted traitor steal objectives

* Added theft target to cargo
This commit is contained in:
Rane
2022-01-01 11:56:25 -05:00
committed by GitHub
parent c7b3ebaaae
commit ab28be3c54
4 changed files with 77 additions and 4 deletions

View File

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