(4589e2b8d) Minor changes to tutorial text

This commit is contained in:
Joonas Rikkonen
2019-03-27 20:53:00 +02:00
parent 080ac78ded
commit 0c8772f6a1
7 changed files with 204 additions and 5 deletions
@@ -279,6 +279,9 @@ namespace Barotrauma
Hull hull = Hull.FindHull(ConvertUnits.ToDisplayUnits(explosionPos), null, false);
bool underWater = hull == null || explosionPos.Y < hull.Surface;
Hull hull = Hull.FindHull(ConvertUnits.ToDisplayUnits(explosionPos), null, false);
bool underWater = hull == null || explosionPos.Y < hull.Surface;
explosionPos = ConvertUnits.ToSimUnits(explosionPos);
Dictionary<Limb, float> distFactors = new Dictionary<Limb, float>();