More suitable tutorial seed + moloch spawn position, moloch nerf

This commit is contained in:
Regalis
2016-09-29 19:32:14 +03:00
parent 25274dd03f
commit c1cb19b940
4 changed files with 4 additions and 4 deletions
@@ -341,7 +341,7 @@ namespace Barotrauma
{
wallAttackPos = Vector2.Zero;
limb.AttackTimer = 0.0f;
if (Vector2.Distance(limb.SimPosition, attackPosition)<5.0) coolDownTimer = attackCoolDown;
coolDownTimer = attackCoolDown;
}
}