Logic fix

This commit is contained in:
tool4EvEr
2023-12-02 09:04:02 +01:00
parent a0d844a622
commit 76cc51121c
2 changed files with 3 additions and 5 deletions

View File

@@ -207,8 +207,6 @@ public class ForgeScript {
return sa.isCycling();
} else if (property.equals("Dash")) {
return sa.isDash();
} else if (property.equals("Emerge")) {
return sa.isEmerge();
} else if (property.equals("Flashback")) {
return sa.isFlashBackAbility();
} else if (property.equals("Jumpstart")) {

View File

@@ -4,8 +4,8 @@ Types:Creature Human Horror
PT:1/1
T:Mode$ ChangesZone | ValidCard$ Card.Self | Origin$ Any | Destination$ Battlefield | Execute$ TrigDig | TriggerDescription$ When CARDNAME enters the battlefield, look at the top four cards of your library. You may reveal a creature card from among them and put it into your hand. Put the rest on the bottom of your library in any order.
SVar:TrigDig:DB$ Dig | DigNum$ 4 | ChangeNum$ 1 | Optional$ True | ChangeValid$ Creature
T:Mode$ Sacrificed | ValidCard$ Card.Self | WhileKeyword$ Spell.Emerge | Execute$ TrigToken | TriggerZones$ Battlefield | TriggerDescription$ When you sacrifice CARDNAME while casting a spell with emerge, create a 3/2 colorless Eldrazi Horror creature token.
T:Mode$ Sacrificed | ValidCard$ Card.Self | WhileKeyword$ Spell.withEmerge | Execute$ TrigToken | TriggerZones$ Battlefield | TriggerDescription$ When you sacrifice CARDNAME while casting a spell with emerge, create a 3/2 colorless Eldrazi Horror creature token.
SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenScript$ c_3_2_eldrazi_horror | TokenOwner$ You
DeckHints:Eldrazi|Horror & Keyword$Emerge
DeckHas:Ability$Token & Type$Eldrazi
DeckHints:Keyword$Emerge
DeckHas:Ability$Token & Type$Eldrazi|Horror
Oracle:When Foul Emissary enters the battlefield, look at the top four cards of your library. You may reveal a creature card from among them and put it into your hand. Put the rest on the bottom of your library in any order.\nWhen you sacrifice Foul Emissary while casting a spell with emerge, create a 3/2 colorless Eldrazi Horror creature token.