Merge pull request #3022 from Ilya246/patch-1

armor defined twice in mega
This commit is contained in:
Anuken
2020-10-19 09:41:06 -04:00
committed by GitHub
@@ -1196,7 +1196,6 @@ public class UnitTypes implements ContentList{
mineTier = 3;
health = 500;
armor = 2f;
armor = 5f;
speed = 1.8f;
accel = 0.06f;