The Mindskinner ignores “damage can’t be prevented” (Leyline of Punishment) — damage should still be dealt
- Dominant language
- Java
- Stars
- 2.4k
- Forks
- 940
- Avg merge
- 2d 12h
- Merged PRs (30d)
- 160
Description
Hey, I let ChatGPT go wild here. :)
**Summary:**
When The Mindskinner attacks while Leyline of Punishment is on the battlefield, XMage correctly applies the milling replacement, but it still prevents the damage, which is incorrect per the Comprehensive Rules.
According to CR 615.12, when damage “can’t be prevented,” the prevention effect still applies, but does not prevent any damage; any additional effects it has still take place.
Currently, XMage mills cards as expected, but does not deal damage.
**Steps to Reproduce**
Player A controls The Mindskinner.
Player B controls Leyline of Punishment.
Player A attacks B with The Mindskinner.
**Observed Behavior**
XMage log excerpt:
```
14:14, T27.DA: peter attacks Computer 2 with 1 creature
14:14, T27.DB: Attacker: The Mindskinner [961] (10/1) unblocked
14:14, T27.CD: Leyline of Punishment [90a]: Damage can't be prevented.
14:14, T27.CD: Computer 2 puts Fiery Islet [32a] from library into their graveyard (source: The Mindskinner [961])
14:14, T27.CD: Computer 2 puts Manamorphose [634] from library into their graveyard (source: The Mindskinner [961])
14:14, T27.CD: Computer 2 puts Opt [ed0] from library into their graveyard (source: The Mindskinner [961])
14:14, T27.CD: Computer 2 puts Island [497] from library into their graveyard (source: The Mindskinner [961])
14:14, T27.CD: Computer 2 puts Opt [baa] from library into their graveyard (source: The Mindskinner [961])
14:14, T27.CD: Computer 2 puts Mountain [36c] from library into their graveyard (source: The Mindskinner [961])
14:14, T27.CD: Computer 2 puts Fiery Islet [7d1] from library into their graveyard (source: The Mindskinner [961])
14:14, T27.CD: Computer 2 puts Temur Battle Rage [829] from library into their graveyard (source: The Mindskinner [961])
14:14, T27.CD: Computer 2 puts The Mindskinner [fc9] from library into their graveyard (source: The Mindskinner [961])
14:14, T27.CD: Computer 2 puts The Mindskinner [087] from library into their graveyard (source: The Mindskinner [961])
```
The defending player mills cards, but no damage is dealt despite Leyline of Punishment’s text.
**Expected Behavior (per Comprehensive Rules)**
According to **CR 615.12**:
If unpreventable damage would be dealt, any applicable prevention effects are still applied to it. Those effects won’t prevent any damage, but any additional effects they have will take place.
**Result:**
Leyline of Punishment makes the damage unpreventable.
The Mindskinner’s prevention effect applies but fails to prevent damage.
The milling (“each opponent mills that many cards”) still happens.
Damage should also be dealt.
**Supporting References**
CR 615.12 / 615.12a — “Unpreventable damage” clause.
CR 101.2 — “Can’t” beats “can.”
Scryfall / Leyline of Punishment ruling (M11, 2010-08-15):
> “Static abilities that prevent damage ... don't do so. If they have additional effects that don't depend on the amount of damage prevented, those additional effects will still work.”
> (This applies here because Mindskinner’s effect references the would-be damage amount, not the prevented amount.)
Analogy: Ugin’s Conjurant also performs its “that many” clause when damage is unpreventable.
**Expected Fix**
When Leyline of Punishment is on the battlefield and The Mindskinner’s effect would apply:
Damage to the defending player should not be prevented.
Milling should still occur based on the damage amount.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.