* Kydele, Chosen of Kruphix - Fixed a bug caused by the watcher object.

This commit is contained in:
LevelX2 2016-11-06 23:37:34 +01:00
parent ed70fd1f00
commit 6962f02ab8
3 changed files with 21 additions and 22 deletions

View file

@ -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