Implemented Rumbling Rockslide

This commit is contained in:
Evan Kranzler 2020-04-11 21:57:33 -04:00
parent 8a259456ff
commit d76dc5785c
3 changed files with 41 additions and 1 deletions

View file

@ -26,7 +26,7 @@ public class DamageTargetEffect extends OneShotEffect {
protected boolean useOnlyTargetPointer;
protected String sourceName = "{source}";
public DamageTargetEffect(int amount) {
public \DamageTargetEffect(int amount) {
this(StaticValue.get(amount), true);
}