mirror of
https://github.com/Anuken/Mindustry.git
synced 2026-01-26 06:22:17 -08:00
Pyratite Scorch Damage Nerf
This commit is contained in:
parent
7afc7804ad
commit
2ac0c025bf
1 changed files with 1 additions and 1 deletions
|
|
@ -3432,7 +3432,7 @@ public class Blocks{
|
|||
keepVelocity = false;
|
||||
hittable = false;
|
||||
}},
|
||||
Items.pyratite, new BulletType(4f, 60f){{
|
||||
Items.pyratite, new BulletType(4f, 27f){{
|
||||
ammoMultiplier = 6f;
|
||||
hitSize = 7f;
|
||||
lifetime = 18f;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue