forked from External/mage
[WOE] Implement Sharae of Numbing Depths (#10829)
* [WOE] Implement Sharae of Numbing Depths * change EventType.TAPPED's playerId to be the source's controller There seems to have been no usage of the previous playerId, and it can be retrieve from the target anyway. * apply review -- cleaner and check for creatures.
This commit is contained in:
parent
13151feb0b
commit
8fde855026
4 changed files with 92 additions and 2 deletions
|
|
@ -339,7 +339,7 @@ public class GameEvent implements Serializable {
|
|||
/* TAPPED,
|
||||
targetId tapped permanent
|
||||
sourceId id of the ability's source (can be null for standard tap actions like combat)
|
||||
playerId controller of the tapped permanent
|
||||
playerId source's controller, null if no source
|
||||
amount not used for this event
|
||||
flag is it tapped for combat
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue