Fixed power bug

This commit is contained in:
Anuken
2019-03-09 09:51:12 -05:00
parent 64533de597
commit 563e015c92
12 changed files with 12 additions and 6 deletions
@@ -685,7 +685,7 @@ public class Bullets implements ContentList{
lifetime = 23f;
speed = 1f;
splashDamageRadius = 50f;
splashDamage = 30f;
splashDamage = 20f;
}
@Override