mirror of
https://github.com/Anuken/Mindustry.git
synced 2026-03-11 01:10:46 -07:00
Update UnitTypes.java (#11727)
This commit is contained in:
parent
5a2a1658ce
commit
ef5d5abfff
1 changed files with 2 additions and 0 deletions
|
|
@ -2561,6 +2561,7 @@ public class UnitTypes{
|
|||
|
||||
lifetime = 60f;
|
||||
buildingDamageMultiplier = 0.01f;
|
||||
homingPower = 0.02f;
|
||||
}};
|
||||
}});
|
||||
}};
|
||||
|
|
@ -2611,6 +2612,7 @@ public class UnitTypes{
|
|||
|
||||
lifetime = 60f;
|
||||
buildingDamageMultiplier = 0.01f;
|
||||
homingPower = 0.03f;
|
||||
}};
|
||||
}});
|
||||
}};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue