mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 19:28:01 +00:00
- 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:
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user