mirror of
https://github.com/Anuken/Mindustry.git
synced 2026-03-12 18:01:00 -07:00
no supression
This commit is contained in:
parent
56a56b208f
commit
e725fb5b5f
1 changed files with 1 additions and 2 deletions
|
|
@ -851,7 +851,7 @@ public class UnitTypes{
|
|||
BulletType sapper = new SapBulletType(){{
|
||||
sapStrength = 0.85f;
|
||||
length = 66f;
|
||||
damage = 48;
|
||||
damage = 40;
|
||||
shootEffect = Fx.shootSmall;
|
||||
hitColor = color = Color.valueOf("bf92f9");
|
||||
despawnEffect = Fx.none;
|
||||
|
|
@ -904,7 +904,6 @@ public class UnitTypes{
|
|||
knockback = 0.8f;
|
||||
lifetime = 70f;
|
||||
width = height = 19f;
|
||||
suppressionRange = 90f;
|
||||
collidesTiles = true;
|
||||
ammoMultiplier = 4f;
|
||||
splashDamageRadius = 90f;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue