This commit is contained in:
Anuken
2020-09-17 23:53:35 -04:00
parent f242a2b2cd
commit 4c241f9867
5 changed files with 20 additions and 4 deletions
@@ -70,7 +70,7 @@ public abstract class BulletType extends Content{
/** Whether this bullet can be hit by point defense. */
public boolean hittable = true;
/** Whether this bullet can be reflected. */
public boolean reflectable = false;
public boolean reflectable = true;
//additional effects