Page 1 of 1

[confirmed]Tribal Forcemage doesn't apply effect to itself

PostPosted: 23 Jun 2022, 20:06
by etphonehome
When i turn Tribal Forcemage face up i chose Elf to +2/+2 and trample but it didn't apply effect to itself, only to a creature with changeling.

THX

Re: Tribal Forcemage doesn't apply effect to itself

PostPosted: 24 Jun 2022, 13:55
by Aswan jaguar
This has been fixed in dev maybe by latest drool's work on subtypes.

Re: [fixed]Tribal Forcemage doesn't apply effect to itself

PostPosted: 29 Apr 2023, 09:37
by Aswan jaguar
This has been broken again possibly to fix some other bug, broken in release too.
Edit: Cards that don't select a specific subtype like Master of Pearls get the effect for themselves when they turn up but Tribal Forcemage when selecting Elf or Wizzard type of course or Bloodstoke Howler that I just coded don't get affected.

Re: [bug again]Tribal Forcemage doesn't apply effect to itse

PostPosted: 01 May 2023, 05:25
by drool66
Fixed, but I'm working on making EVENT_TURNED_FACE_UP a normal event instead of using check_for_turned_face_up_card_interactions()

Re: [bug again]Tribal Forcemage doesn't apply effect to itse

PostPosted: 01 May 2023, 07:23
by Aswan jaguar
By the way are you working on making morph a sp_ability also or working on morph besides doing it work as a normal event?
While you are working on that, I don't know if you have in mind all the bug reports Korath has posted about morph and megamorph?

Re: [fixed]Tribal Forcemage doesn't apply effect to itself

PostPosted: 01 May 2023, 14:38
by drool66
I don't know if you have in mind all the bug reports Korath has posted about morph and megamorph?
No; I'd really like to fix them if I can. Searching the bug forum for "morph" doesn't get me much closer - just this: https://www.slightlymagic.net/forum/viewtopic.php?f=86&t=18121&p=191453 Are there any others you have in mind?

Re: [fixed]Tribal Forcemage doesn't apply effect to itself

PostPosted: 01 May 2023, 17:09
by Aswan jaguar
You are right the bugs I thought was a problem of morph are mostly manifest issues. Some are interactions with morph but the problem as Korath said was the other card and not morph.
I can't find where Korath said more about the bug of being able to see the AI's face down card. That in right click menu we shouldn't be able to see AI's face down creatures on "original type" submenu or on big card.
These should only be working when debug menu is on for testing issues.

EDIT - You may want to see the article in this link posted by Korath about morph rules problems although back from 2014 so some things may have changed since then:
https://blogs.magicjudges.org/articles/ ... -up-world/

Re: [fixed]Tribal Forcemage doesn't apply effect to itself

PostPosted: 20 May 2023, 14:19
by drool66
Fixed in 48b3f67 and 11692ee

Re: [fixed]Tribal Forcemage doesn't apply effect to itself

PostPosted: 26 May 2023, 08:01
by Aswan jaguar
From thinks I have tested so far:
1) turn_face_down() has been broken and doesn't do what is supposed to do on resolution tested Ixidron and Master of the Veil.
2) Deathmist Raptor not triggering rules engine so you can't put it on play. fixed in commit 2fc9863

I dread to check Illusionary Mask at the moment, all these years being a tester this one is an absolute nightmare just to read the rules text, let alone test it! :rolleyes:

Re: [fixed]Tribal Forcemage doesn't apply effect to itself

PostPosted: 26 May 2023, 18:20
by drool66
turn_face_down() has been broken and doesn't do what is supposed to do on resolution tested Ixidron and Master of the Veil.
it's due to the dfc check. How did I not know that -1 returns true in boolean logic?

EDIT: fixed in 8efac56

Re: [fixed]Tribal Forcemage doesn't apply effect to itself

PostPosted: 23 Jun 2023, 12:47
by Aswan jaguar
The other bugs have been fixed but Tribal Forcemage and still doesn't affect itself when it is turned face up choosing elf or wizard of course, same for Bloodstoke Howler.