mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 19:28:01 +00:00
- Add Obosh, the Preypiercer to static damage prediction for the AI
This commit is contained in:
@@ -741,6 +741,10 @@ public class Player extends GameEntity implements Comparable<Player> {
|
|||||||
restDamage = 0;
|
restDamage = 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
} else if (c.getName().equals("Obosh, the Preypiercer")) {
|
||||||
|
if (c.getController().equals(source.getController()) && source.getCMC() % 2 != 0) {
|
||||||
|
restDamage *= 2;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user