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
commit 400d36609a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1196,7 +1196,6 @@ public class UnitTypes implements ContentList{
mineTier = 3;
health = 500;
armor = 2f;
armor = 5f;
speed = 1.8f;
accel = 0.06f;