diff --git a/PGM/src/main/java/tc/oc/pgm/mutation/types/targetable/BomberMutation.java b/PGM/src/main/java/tc/oc/pgm/mutation/types/targetable/BomberMutation.java index cca527a17..ee520efef 100644 --- a/PGM/src/main/java/tc/oc/pgm/mutation/types/targetable/BomberMutation.java +++ b/PGM/src/main/java/tc/oc/pgm/mutation/types/targetable/BomberMutation.java @@ -36,6 +36,7 @@ public void target(List players) { TNTPrimed tnt = spawn(location, TNTPrimed.class); tnt.setGlowing(true); tnt.setIsIncendiary(false); + tnt.setYield(0); tnt.setFuseTicks(200); tnt.setVelocity( new Vector( @@ -85,4 +86,4 @@ public void tick() { entities().filter(TNTPrimed::isOnGround).forEach(this::despawn); } -} \ No newline at end of file +}