This is regarding
Sarkhan, Dragonsoul. Specifically, his ultimate. Using his ultimate ability (which, in theory, should let you just do a search of your entire library for dragon creatures then put any number on the battlefield), no prompt occurs to search and no effect occurs.
Sarkhan, Dragonsoul still is deducted for this as if the ability went off. This has been replicated repeatedly by me, and by another user (going by mtjawg on the Forge Discord) who managed to get this from their log in testing:
- Code: Select all
SVar 'XFetch' not found in ability, fallback to Card (Sarkhan, Dragonsoul). Ability is (-9: Search your library for any number of Dragon creature cards, put them onto the battlefield, then shuffle your library.)
SVar 'XFetch' not defined in Card (Sarkhan, Dragonsoul)
As far as I can tell, this is either a typo in the variable itself, or the variable isn't defined within the card itself correctly. mtjawg brought up how
Nissa, Worldwaker does a similar effect and is not bugged, so potentially looking to the differences between the two could help further divine the problem and/or a solution to this?