v1.0.20.1 (summer patch)
This commit is contained in:
@@ -870,7 +870,7 @@ namespace Barotrauma
|
||||
{
|
||||
if (wearable.Type == WearableType.Hair)
|
||||
{
|
||||
if (HairWithHatSprite != null)
|
||||
if (HairWithHatSprite != null && !hideLimb)
|
||||
{
|
||||
DrawWearable(HairWithHatSprite, depthStep, spriteBatch, blankColor, alpha: color.A / 255f, spriteEffect);
|
||||
depthStep += step;
|
||||
|
||||
Reference in New Issue
Block a user