- Fixed the wrapper ability of triggers setting the activating player of the wrapped ability to the controller of the source card and not the player who controls the triggered ability. This fixes the case of Oculus and Necroskitter in a more general way.

This commit is contained in:
Sloth
2011-11-19 19:55:46 +00:00
parent 3f1c71c651
commit a0bb0bd46b

View File

@@ -1001,7 +1001,7 @@ public class TriggerHandler {
} }
} }
if (sa[0].getSourceCard().getController().isHuman()) { if (sa[0].getActivatingPlayer().isHuman()) {
// Card src = // Card src =
// (Card)(sa[0].getSourceCard().getTriggeringObject("Card")); // (Card)(sa[0].getSourceCard().getTriggeringObject("Card"));
// System.out.println("Trigger resolving for "+mode+". Card = "+src); // System.out.println("Trigger resolving for "+mode+". Card = "+src);