mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 11:48:02 +00:00
Merge branch 'master' into 'master'
Add Obosh, the Preypiercer to static damage prediction for the AI See merge request core-developers/forge!3318
This commit is contained in:
@@ -741,6 +741,10 @@ public class Player extends GameEntity implements Comparable<Player> {
|
||||
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