From 551ebb6b3143cf82ce92e8294d45d44b840d6909 Mon Sep 17 00:00:00 2001 From: MEEP of Faith <54301439+MEEPofFaith@users.noreply.github.com> Date: Mon, 31 May 2021 14:49:37 -0700 Subject: [PATCH] Wow I worded that terribly (#5320) --- core/src/mindustry/entities/bullet/BulletType.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/mindustry/entities/bullet/BulletType.java b/core/src/mindustry/entities/bullet/BulletType.java index 16e9622ec2..7c3a4414af 100644 --- a/core/src/mindustry/entities/bullet/BulletType.java +++ b/core/src/mindustry/entities/bullet/BulletType.java @@ -56,7 +56,7 @@ public abstract class BulletType extends Content{ public float splashDamage = 0f; /** Knockback in velocity. */ public float knockback; - /** Should knockback the bullet's direction */ + /** Should knockback follow the bullet's direction */ public boolean impact; /** Status effect applied on hit. */ public StatusEffect status = StatusEffects.none;