Page 1 of 1

[still bu]Enchanted creature+Sightless Brawler can atk alone

PostPosted: 15 May 2014, 06:18
by stassy
Describe the Bug:
Enchanted creature + Sightless Brawler can atk alone

Which card did behave improperly ?
Sightless Brawler

Which update are you using?(date,name)Which type(Duel,Gauntlet,Sealed Deck)
2014/05/06: Journey into Nyx

What exactly should be the correct behavior/interaction ?
Enchanted creature + Sightless Brawler can't atk alone

Are any other cards possibly affected by this bug ?
-

Image

Image

Sightless Brawler as a creature correctly can't atk alone

Re: confirm]Enchanted creature + Sightless Brawler can atk a

PostPosted: 15 May 2014, 14:55
by Gargaroz
Strange, the code is fine, perhaps some flags needs to be set in "ct_all", but we'd have to wait until Korath returns.

Re: confirmed]Enchanted creature+Sightless Brawler can atk a

PostPosted: 17 May 2014, 01:25
by Korath
EVENT_ATTACK_LEGALITY normally only gets sent to the creature trying to attack. The code sending it is already in C in engine.c:can_attack(), though it's a bit opaque still. In particular, it's not clear how it affects the AI at all. Setting Flags:Declare Attack in ct_all.csv for the bestowed version of Sightless Brawler looks like it should work, at least when it's the human player's creature attacking.

Re: confirmed]Enchanted creature+Sightless Brawler can atk a

PostPosted: 18 Aug 2015, 09:42
by Aswan jaguar
Also when Sightless Brawler is an aura it gives lifelink to the enchanted creature so maybe the problem is that when an aura points to a wrong cards code.

Re: confirmed]Enchanted creature+Sightless Brawler can atk a

PostPosted: 10 Apr 2016, 13:43
by Gargaroz
Ability fixed and flags set in c91fc29

Re: [still bu]Enchanted creature+Sightless Brawler can atk a

PostPosted: 26 Aug 2016, 08:00
by BAgate
Enchanted creature can still attack alone.