Commit b814837
authored
Mana abilities should be controlled by their activator (#14382)
Per rule 113.8, the controller of an activated ability on the stack is
the player who activated it. Combined with rule 109.4a which states
that the controller of a mana ability is determined as if it was on the
stack, this means that we should apply all logic to mana abilities in
the same way as we do activated abilities on the stack, such as setting
their controller.
Co-authored-by: matoro <matoro@users.noreply.github.com>1 parent bb85ccc commit b814837
2 files changed
Lines changed: 24 additions & 0 deletions
File tree
- Mage.Tests/src/test/java/org/mage/test/cards/mana
- Mage/src/main/java/mage/players
Lines changed: 20 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
4 | 5 | | |
5 | 6 | | |
6 | 7 | | |
| |||
308 | 309 | | |
309 | 310 | | |
310 | 311 | | |
| 312 | + | |
| 313 | + | |
| 314 | + | |
| 315 | + | |
| 316 | + | |
| 317 | + | |
| 318 | + | |
| 319 | + | |
| 320 | + | |
| 321 | + | |
| 322 | + | |
| 323 | + | |
| 324 | + | |
| 325 | + | |
| 326 | + | |
| 327 | + | |
| 328 | + | |
| 329 | + | |
| 330 | + | |
311 | 331 | | |
312 | 332 | | |
313 | 333 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1517 | 1517 | | |
1518 | 1518 | | |
1519 | 1519 | | |
| 1520 | + | |
| 1521 | + | |
| 1522 | + | |
| 1523 | + | |
1520 | 1524 | | |
1521 | 1525 | | |
1522 | 1526 | | |
| |||
0 commit comments