mirror of
https://github.com/correl/mage.git
synced 2024-11-15 03:00:16 +00:00
- Fixed #6855. There are other examples of this issue that will be fixed as well.
This commit is contained in:
parent
72b1cb549e
commit
2665cf2eb6
1 changed files with 1 additions and 1 deletions
|
@ -94,7 +94,7 @@ class ObsidianFireheartOneShotEffect extends OneShotEffect {
|
|||
public boolean apply(Game game, Ability source) {
|
||||
// If the owner/controller of this card leaves the game, the blaze counters
|
||||
// presence on the targeted land will continue to deal 1 damage every upkeep
|
||||
// to the lands controller
|
||||
// to the lands controller.
|
||||
Permanent targetLand = game.getPermanent(source.getFirstTarget());
|
||||
if (targetLand != null
|
||||
&& source.getTargets().get(0) != null) {
|
||||
|
|
Loading…
Reference in a new issue