It is currently 16 Apr 2024, 06:20
   
Text Size

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

Report wrong Card behavior to get it fixed.
PLEASE ADD SAVEGAMES TO YOUR TOPIC !

Moderators: BAgate, drool66, Aswan jaguar, gmzombie, stassy, CCGHQ Admins

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

Postby etphonehome » 23 Jun 2022, 20:06

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
Attachments
elf.rar
(2.84 KiB) Downloaded 88 times
Tribal Forcemage.jpg
Last edited by Aswan jaguar on 23 Jun 2023, 12:48, edited 4 times in total.
Reason: confirmed
etphonehome
 
Posts: 300
Joined: 21 May 2020, 12:50
Has thanked: 270 times
Been thanked: 39 times

Re: Tribal Forcemage doesn't apply effect to itself

Postby Aswan jaguar » 24 Jun 2022, 13:55

This has been fixed in dev maybe by latest drool's work on subtypes.
---
Trying to squash some bugs and playtesting.
User avatar
Aswan jaguar
Super Tester Elite
 
Posts: 8078
Joined: 13 May 2010, 12:17
Has thanked: 730 times
Been thanked: 458 times

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

Postby Aswan jaguar » 29 Apr 2023, 09:37

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.
Last edited by Aswan jaguar on 29 Apr 2023, 09:53, edited 1 time in total.
Reason: add adit
---
Trying to squash some bugs and playtesting.
User avatar
Aswan jaguar
Super Tester Elite
 
Posts: 8078
Joined: 13 May 2010, 12:17
Has thanked: 730 times
Been thanked: 458 times

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

Postby drool66 » 01 May 2023, 05:25

Fixed, but I'm working on making EVENT_TURNED_FACE_UP a normal event instead of using check_for_turned_face_up_card_interactions()
User avatar
drool66
Programmer
 
Posts: 1163
Joined: 25 Nov 2010, 22:38
Has thanked: 186 times
Been thanked: 267 times

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

Postby Aswan jaguar » 01 May 2023, 07:23

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?
---
Trying to squash some bugs and playtesting.
User avatar
Aswan jaguar
Super Tester Elite
 
Posts: 8078
Joined: 13 May 2010, 12:17
Has thanked: 730 times
Been thanked: 458 times

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

Postby drool66 » 01 May 2023, 14:38

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?
User avatar
drool66
Programmer
 
Posts: 1163
Joined: 25 Nov 2010, 22:38
Has thanked: 186 times
Been thanked: 267 times

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

Postby Aswan jaguar » 01 May 2023, 17:09

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/
Last edited by Aswan jaguar on 01 May 2023, 17:18, edited 1 time in total.
Reason: add adit
---
Trying to squash some bugs and playtesting.
User avatar
Aswan jaguar
Super Tester Elite
 
Posts: 8078
Joined: 13 May 2010, 12:17
Has thanked: 730 times
Been thanked: 458 times

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

Postby drool66 » 20 May 2023, 14:19

Fixed in 48b3f67 and 11692ee
User avatar
drool66
Programmer
 
Posts: 1163
Joined: 25 Nov 2010, 22:38
Has thanked: 186 times
Been thanked: 267 times

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

Postby Aswan jaguar » 26 May 2023, 08:01

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:
Last edited by Aswan jaguar on 26 May 2023, 09:26, edited 1 time in total.
Reason: add hash commit for fix
---
Trying to squash some bugs and playtesting.
User avatar
Aswan jaguar
Super Tester Elite
 
Posts: 8078
Joined: 13 May 2010, 12:17
Has thanked: 730 times
Been thanked: 458 times

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

Postby drool66 » 26 May 2023, 18:20

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
User avatar
drool66
Programmer
 
Posts: 1163
Joined: 25 Nov 2010, 22:38
Has thanked: 186 times
Been thanked: 267 times

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

Postby Aswan jaguar » 23 Jun 2023, 12:47

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.
---
Trying to squash some bugs and playtesting.
User avatar
Aswan jaguar
Super Tester Elite
 
Posts: 8078
Joined: 13 May 2010, 12:17
Has thanked: 730 times
Been thanked: 458 times


Return to Bug Reports

Who is online

Users browsing this forum: No registered users and 26 guests


Who is online

In total there are 26 users online :: 0 registered, 0 hidden and 26 guests (based on users active over the past 10 minutes)
Most users ever online was 4143 on 23 Jan 2024, 08:21

Users browsing this forum: No registered users and 26 guests

Login Form