(2d53d6196) Added missing item names and descriptions to localization (looks like these got removed in add7a8f)

This commit is contained in:
Joonas Rikkonen
2019-05-16 05:55:24 +03:00
parent 093f4ce8a6
commit b096d1cec8
11 changed files with 131 additions and 318 deletions
@@ -1780,6 +1780,10 @@ namespace Barotrauma
{
ApplyStatusEffects(!waterProof && inWater ? ActionType.InWater : ActionType.NotInWater, deltaTime);
}
if (!broken)
{
ApplyStatusEffects(!waterProof && inWater ? ActionType.InWater : ActionType.NotInWater, deltaTime);
}
ApplyStatusEffects(!waterProof && inWater ? ActionType.InWater : ActionType.NotInWater, deltaTime);
if (body == null || !body.Enabled || !inWater || ParentInventory != null || Removed) { return; }