small bug correction in Attack.isSpecial().
This commit is contained in:
parent
0da23a58db
commit
2f9b1c8af3
@ -87,7 +87,7 @@ public class Attack implements Action {
|
|||||||
this.requiredStatus = requiredStatus;
|
this.requiredStatus = requiredStatus;
|
||||||
}
|
}
|
||||||
|
|
||||||
public boolean isSpecial() {return this.isSpecial();}
|
public boolean isSpecial() {return this.isSpecial;}
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user