mirror of
https://github.com/magefree/mage.git
synced 2025-12-25 13:02:06 -08:00
* Kydele, Chosen of Kruphix - Fixed a bug caused by the watcher object.
This commit is contained in:
parent
ed70fd1f00
commit
6962f02ab8
3 changed files with 21 additions and 22 deletions
|
|
@ -189,6 +189,9 @@ public class CombatGroup implements Serializable, Copyable<CombatGroup> {
|
|||
* @return
|
||||
*/
|
||||
private boolean canDamage(Permanent perm, boolean first) {
|
||||
if (perm == null) {
|
||||
return false;
|
||||
}
|
||||
// if now first strike combat damage step
|
||||
if (first) {
|
||||
// should have first strike or double strike
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue