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