Bug fixes, learn macros update

Crystalline Nautilus
academic dispute
Soulstinger
Crown of Gondor
Fists of Flame
Imperial Aerosaur
Volatile Rig crashes the game
Kiora Bests the Sea God
Holy Frazzle-Cannon
Illustrious Wanderglyph
Stonespeaker Crystal
Slayer of the Wicked
This commit is contained in:
Eduardo MG
2024-06-12 13:08:19 -06:00
parent b20484c7de
commit b60630d814
4 changed files with 32 additions and 43 deletions
+2 -1
View File
@@ -195,7 +195,8 @@ public:
{
return 0;
}
//Creatures entering the battlefield don't cause abilities to trigger (e.g. "Hushbringer").
//Creatures entering the battlefield don't cause abilities to trigger (e.g. "Hushbringer").
//NOT WORKING
if (e->card->isCreature() && (game->players[0]->game->battlefield->hasAbility(Constants::NOENTERTRG) || game->players[1]->game->battlefield->hasAbility(Constants::NOENTERTRG))
&& (e->to == game->players[0]->game->battlefield || e->to == game->players[1]->game->battlefield))
{