(3622747f3) Unstable 0.9.705.0

This commit is contained in:
Joonas Rikkonen
2020-02-08 21:46:05 +02:00
parent 6754b9d5a2
commit 8324d20464
44 changed files with 403 additions and 265 deletions
@@ -198,7 +198,7 @@ namespace Barotrauma
}
}
if (!free) continue;
if (!free) { continue; }
for (int i = 0; i < capacity; i++)
{
@@ -212,7 +212,8 @@ namespace Barotrauma
item.Equip(character);
placedInSlot = i;
}
}
}
if (placedInSlot > -1) { break; }
}
return placedInSlot > -1;