[fixed]Oran-Rief, the Vastwood - not just green crits
Moderators: BAgate, drool66, Aswan jaguar, gmzombie, stassy, CCGHQ Admins
[fixed]Oran-Rief, the Vastwood - not just green crits
by BAgate » 13 Sep 2016, 05:01
Describe the Bug:
Oran-Rief, the Vastwood gives counters to all creatures that came into play this turn.
Which card did behave improperly ?
Oran-Rief, the Vastwood
Which update are you using?(date,name)Which type(Duel,Gauntlet,Sealed Deck)
Manalink 2016/08/27: Eldritch Moon v2, duel
What exactly should be the correct behavior/interaction ?
Just green creatures.
Are any other cards possibly affected by this bug ?
-
Oran-Rief, the Vastwood gives counters to all creatures that came into play this turn.
Which card did behave improperly ?
Oran-Rief, the Vastwood
Which update are you using?(date,name)Which type(Duel,Gauntlet,Sealed Deck)
Manalink 2016/08/27: Eldritch Moon v2, duel
What exactly should be the correct behavior/interaction ?
Just green creatures.
Are any other cards possibly affected by this bug ?
-
- Attachments
-
oran-rief.rar
- (2.75 KiB) Downloaded 162 times
Last edited by Aswan jaguar on 07 Oct 2019, 18:37, edited 2 times in total.
Reason: fixed
Reason: fixed
Working on: housekeeping and archived reports
Re: Oran-Rief, the Vastwood - not just green crits
by Korath » 13 Sep 2016, 05:23
Yup, and affects Ruins of Oran-Rief too. In zendikar.c:activate_oran_rief_pump():
Fixing Ruins of Oran-Rief needs an explicit check of color == COLOR_TEST_COLORLESS, in which case we're looking for !(get_color(p, c) & COLOR_TEST_ANY_COLORED).
- Code: Select all
if( color == 0 || (get_sleighted_color_test(p, c, COLOR_TEST_GREEN) & COLOR_TEST_GREEN) ){
- No color restrictions have been requested. (Not the same thing as asking for COLOR_TEST_COLORLESS, like Ruins of Oran-Rief does.) Or...
- A "green" appearing in the creature's rules text still means "green" after accounting for Sleight of Mind.
Fixing Ruins of Oran-Rief needs an explicit check of color == COLOR_TEST_COLORLESS, in which case we're looking for !(get_color(p, c) & COLOR_TEST_ANY_COLORED).
-
Korath - DEVELOPER
- Posts: 3708
- Joined: 02 Jun 2013, 05:57
- Has thanked: 496 times
- Been thanked: 1108 times
Re: [confirmed]Oran-Rief, the Vastwood - not just green crit
by Aswan jaguar » 07 Oct 2019, 17:31
Fixed Ruins of Oran-Rief in commit 9929ffd4 with new code with targeted ability as it should have.
Edit: Fixed Oran-Rief, the Vastwood doesn't pump anything or everything in commit e3ffeca.
Edit1: separate code for Novijen, Heart of Progress in commit b06c56b7 so they don't conflict with each other.
Edit: Fixed Oran-Rief, the Vastwood doesn't pump anything or everything in commit e3ffeca.
Edit1: separate code for Novijen, Heart of Progress in commit b06c56b7 so they don't conflict with each other.
Last edited by Aswan jaguar on 07 Oct 2019, 18:36, edited 2 times in total.
Reason: edit1
Reason: edit1
---
Trying to squash some bugs and playtesting.
Trying to squash some bugs and playtesting.
-
Aswan jaguar - Super Tester Elite
- Posts: 8129
- Joined: 13 May 2010, 12:17
- Has thanked: 748 times
- Been thanked: 477 times
3 posts
• Page 1 of 1
Who is online
Users browsing this forum: No registered users and 43 guests