From 8e278bf3cd6b753f7bd1232a5855ded499ba3365 Mon Sep 17 00:00:00 2001 From: 17146 <1714673995@qq.com> Date: Fri, 25 Apr 2025 01:57:22 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8Drpg=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../com/atsuishio/superbwarfare/item/gun/launcher/RpgItem.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/com/atsuishio/superbwarfare/item/gun/launcher/RpgItem.java b/src/main/java/com/atsuishio/superbwarfare/item/gun/launcher/RpgItem.java index 5b3826e77..c4cd96163 100644 --- a/src/main/java/com/atsuishio/superbwarfare/item/gun/launcher/RpgItem.java +++ b/src/main/java/com/atsuishio/superbwarfare/item/gun/launcher/RpgItem.java @@ -169,7 +169,7 @@ public class RpgItem extends GunItem implements GeoItem { int perkLevel = data.perk.getLevel(ModPerks.MICRO_MISSILE); if (perkLevel > 0) { - rocket.setExplosionRadius(0.5f); + rocket.setExplosionRadius((float) (data.explosionRadius() * 0.5f)); rocket.setDamage((float) data.damage() * (1.1f + perkLevel * 0.1f)); velocity *= 1.2f; }