Fixed missile unit DPS calculation

This commit is contained in:
Anuken
2022-11-06 13:38:38 -05:00
parent dc2a68573b
commit 3a0b1a6cf5
4 changed files with 15 additions and 3 deletions

View File

@@ -3161,6 +3161,8 @@ public class UnitTypes{
rotationLimit = 70f;
rotateSpeed = 2f;
inaccuracy = 20f;
shootStatus = StatusEffects.slow;
alwaysShootWhenMoving = true;
rotate = true;