mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 03:38:01 +00:00
- CheckStyle.
This commit is contained in:
@@ -36,7 +36,7 @@ public class DamageDealAi extends DamageAiBase {
|
||||
dmg = ComputerUtil.determineLeftoverMana(sa, ai);
|
||||
source.setSVar("PayX", Integer.toString(dmg));
|
||||
}
|
||||
if(!this.damageTargetAI(ai, sa, dmg)) {
|
||||
if (!this.damageTargetAI(ai, sa, dmg)) {
|
||||
return false;
|
||||
}
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user