Build 0.20.12.0

This commit is contained in:
Markus Isberg
2022-12-09 20:08:36 +02:00
parent a10cc13566
commit 6f788fb8b4
24 changed files with 203 additions and 456 deletions
@@ -242,6 +242,11 @@ namespace Barotrauma
return false;
}
if (parentInventory?.Owner is Character character && character.InvisibleTimer > 0.0f)
{
return false;
}
Rectangle extents;
if (cachedVisibleExtents.HasValue)
{