Susucre

Results 47 issues of Susucre

I could not properly test [[Early Winter]] second mode, when the targetted opponent control no enchantment to exile: https://github.com/magefree/mage/blob/65828866ece43130ffb0961b3b2d4b43c2981d31/Mage.Tests/src/test/java/org/mage/test/cards/single/blb/EarlyWinterTest.java#L64-L84 I feel like this is on the `TestPlayer`'s choose method not...

tests

From discussion in https://github.com/magefree/mage/pull/12233#discussion_r1604388366 > 800.4d. If an [object](https://yawgatog.com/resources/magic-rules/#object) that would be owned by a [player](https://yawgatog.com/resources/magic-rules/#player) who has left the game would be created in any [zone](https://yawgatog.com/resources/magic-rules/#zone), it isn't created....

engine
tests

Similar to #12411, the `TapSourceEffect` should use the argument to not cause triggers. https://scryfall.com/search?q=o%3A%2Fif.*%2C+%7E+enters+the+battlefield+tapped.%2F+&unique=cards&as=grid&order=name

refactoring

https://scryfall.com/search?q=%28o%3A%2Fif+%5B%5E%2C.%5D*+is+spent%2F+or+o%3A%2Fwhen+%5B%5E%2C.%5D*+is+spent%2F%29+game%3Apaper&unique=cards&as=grid&order=name See https://github.com/magefree/mage/pull/12404#discussion_r1628673898 for discussion on that and what needs to be checked is rightly implemented.

Reading the code, it seems the life to pay is from the main card, so it is most likely wrong for multi face cards. [[Anrakyl the Traveller]]

bug

https://scryfall.com/search?q=o%3A%22Activated+abilities+of+sources+with+the+chosen+name+can%22&unique=cards&as=grid&order=name

refactoring

I'm compiling the project on an amaretto docker. The recent changes have broken the build. It seems that the javafx introduced for the what's new dialog is causing issue: ![image](https://github.com/user-attachments/assets/3e90381f-6449-4ec9-9060-4d6903fbcf21)...

dev