Wow I worded that terribly (#5320)

This commit is contained in:
MEEP of Faith
2021-05-31 14:49:37 -07:00
committed by GitHub
parent 8b95d2db0d
commit 551ebb6b31

View File

@@ -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;