Skip to content

Detective's Phoenix: cannot be cast from graveyard using bestow ability #2365

Description

@matthewevans

Reported behavior

Detective's Phoenix cannot be cast from the graveyard even though it should be castable there using its bestow ability (paying {R} + Collect evidence 6).

Oracle text (verified from card-data.json)

"Bestow—{R}, Collect evidence 6.
Flying, haste
Enchanted creature gets +2/+2 and has flying and haste.
You may cast this card from your graveyard using its bestow ability."

Root cause (suspected)

card-data.json contains a GraveyardCastPermission static_ability gating on HasKeywordKind: Bestow, active in the Graveyard zone. The casting option appears correctly parsed. The runtime may not support the bestow+graveyard combination in the casting pipeline, or Collect Evidence gating on the alternative cost is not handled.

Expected vs actual

  • Expected: Player can cast Detective's Phoenix from graveyard as a bestow Aura by paying {R} and collecting evidence 6.
  • Actual: No option to cast from graveyard is presented.

Discord: https://discord.com/channels/1485498006781427802/1512174491898220756/1512174491898220756


report_id: discord:1512174491898220756:1512174491898220756:0 · via bug-triage

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions