(493361a05) Add a todo note.

This commit is contained in:
Joonas Rikkonen
2019-05-03 13:55:57 +03:00
parent 036e3423e6
commit b0947d4bf8
5 changed files with 61 additions and 216 deletions
@@ -729,6 +729,8 @@ namespace Barotrauma
partial void LoadAttachmentSprites();
// TODO: change the formula so that it's not linear and so that it takes into account the usefulness of the skill
// -> give a weight to each skill, because some are much more valuable than others?
private int CalculateSalary()
{
if (Name == null || Job == null) return 0;