(5d9bdaea4) Deterioration values (timer, deterioration rate, whether the timer is currently running, item condition) are visible in debugdraw, fixed items that should only deteriorate for X seconds after being used deteriorating continuously

This commit is contained in:
Joonas Rikkonen
2019-04-08 15:59:53 +03:00
parent 28f2c00255
commit 4902de606b
3 changed files with 41 additions and 5 deletions
@@ -271,7 +271,6 @@ namespace Barotrauma
DebugConsole.ThrowError("Tried to add the same character info to CrewManager twice.\n" + Environment.StackTrace);
return;
}
}
characterInfos.Add(characterInfo);
}