Skip to content

Commit 64df082

Browse files
committed
Nerfed Chloro Clicker
1 parent 30681eb commit 64df082

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Items/Weapons/Clickers/ChlorophyteClicker.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ public override void SetStaticDefaults()
1717
Main.PlaySound(SoundID.Item, (int)Main.MouseWorld.X, (int)Main.MouseWorld.Y, 104);
1818
for (int k = 0; k < 10; k++)
1919
{
20-
Projectile.NewProjectile(Main.MouseWorld.X, Main.MouseWorld.Y, Main.rand.NextFloat(-5f, 5f), Main.rand.NextFloat(-5f, 5f), ModContent.ProjectileType<ChlorophyteClickerPro>(), (int)(damage * 0.5f), 0f, player.whoAmI);
20+
Projectile.NewProjectile(Main.MouseWorld.X, Main.MouseWorld.Y, Main.rand.NextFloat(-5f, 5f), Main.rand.NextFloat(-5f, 5f), ModContent.ProjectileType<ChlorophyteClickerPro>(), (int)(damage * 0.25f), 0f, player.whoAmI);
2121
}
2222
});
2323
}
@@ -30,7 +30,7 @@ public override void SetDefaults()
3030
SetDust(item, 89);
3131
AddEffect(item, ClickEffect.ToxicRelease);
3232

33-
item.damage = 54;
33+
item.damage = 50;
3434
item.width = 30;
3535
item.height = 30;
3636
item.knockBack = 1f;

0 commit comments

Comments
 (0)