Syringes are recolored according to the color of the contained medical item. Closes #256

This commit is contained in:
Joonas Rikkonen
2018-03-01 11:25:37 +02:00
parent 9f6868eaaa
commit 55a5e9e968
4 changed files with 28 additions and 2 deletions
@@ -150,6 +150,13 @@ namespace Barotrauma
private set;
}
[Serialize(false, false)]
public bool UseContainedSpriteColor
{
get;
private set;
}
public bool CanSpriteFlipX
{
get { return canSpriteFlipX; }