(f68ad6ccc) Minor changes to tutorial texts

This commit is contained in:
Joonas Rikkonen
2019-03-27 20:51:17 +02:00
parent 0f405512b2
commit 723df67f6f
7 changed files with 238 additions and 30 deletions
@@ -258,6 +258,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>();