Alex Vasile

Results 68 issues of Alex Vasile

Currently we have a bot that links to scryfall and such that we can use with double []. It would be nice to have a bot that links to our...

enhancement
Developers Discussion

Reported a few times on the beta already. Easiest way to reproduce, add 10-30 [[Sharding Sphinx]] to your board and a Platinum Angel to the AI so they won't lose...

[[Field of the Dead]] I think the issue is the way it counts uniques: https://github.com/magefree/mage/blob/754a5b38ebba104b83494629c1f3881020168b1e/Mage.Sets/src/mage/cards/f/FieldOfTheDead.java#L63-L70 I propose replacing this with the following two parts: 1. A for-loop that terminates earlier...

Cards involved: https://scryfall.com/search?q=o%3A%22attacks+one+of+your+opponents%22 Some of them are currently implemented incorrectly, e.g. Calculating Lich does not respect range of influence afaik: https://github.com/magefree/mage/blob/ed1db714742cd2169e0598b217120ada72c9bbda/Mage.Sets/src/mage/cards/c/CalculatingLich.java#L64-L74 It does not check if the attacker is within...

bug
refactoring

Previously the player would be prompted for which permitting object to use only if all of the approving objects were consumable. Now, they are prompted whenever there is more than...

Currently they are set facedown and removed from hand (technically correct). This has two big downsides: 1. Exile window now present on people's boards. 2. Controller can't see the card...

enhancement
GUI

I cast the back side [[Birgi, God of Storytelling]] and opponent targets it with [[Desertion]]. On resolution we get this error: ![desertion on birgi](https://user-images.githubusercontent.com/48962821/180128168-1a89a098-9ada-4389-a985-43f81c82d3b7.PNG)

bug

The implementation of certain restriction effect should be changed from "show pop-up to user saying X can't be done" to "show hint on card". Originally described as: "If it's day...

enhancement
refactoring
GUI