mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 04:08:01 +00:00
Convoked fix (#4777)
* AbilityUtils: fix Convoked for PutCounter * Slime Against Humanity: ClearRemembered
This commit is contained in:
@@ -965,6 +965,7 @@ public class AbilityUtils {
|
||||
String defined = incR[0];
|
||||
|
||||
if (defined.equals("Self") || defined.equals("TargetedCard") || defined.equals("ThisTargetedCard")
|
||||
|| defined.equals("Convoked")
|
||||
|| defined.startsWith("Valid") || getPaidCards(sa, defined) != null || defined.equals("TargetedSource")
|
||||
|| defined.startsWith("CardUID_")) {
|
||||
// defined syntax indicates cards only, so don't include any players
|
||||
|
||||
@@ -2,7 +2,8 @@ Name:Slime Against Humanity
|
||||
ManaCost:2 G
|
||||
Types:Sorcery
|
||||
A:SP$ Token | TokenScript$ g_0_0_ooze_trample | RememberTokens$ True | SubAbility$ DBPutCounters | SpellDescription$ Create a 0/0 green Ooze creature token with trample.
|
||||
SVar:DBPutCounters:DB$ PutCounter | Defined$ Remembered | CounterType$ P1P1 | CounterNum$ Count$ValidGraveyard,Exile Ooze.YouOwn,Card.YouOwn+namedSlime Against Humanity/Plus.2 | StackDescription$ SpellDescription | SpellDescription$ Put X +1/+1 counters on it, where X is two plus the total number of cards you own in exile and in your graveyard that are Oozes or are named Slime Against Humanity.
|
||||
SVar:DBPutCounters:DB$ PutCounter | Defined$ Remembered | CounterType$ P1P1 | CounterNum$ Count$ValidGraveyard,Exile Ooze.YouOwn,Card.YouOwn+namedSlime Against Humanity/Plus.2 | StackDescription$ SpellDescription | SubAbility$ DBCleanup | SpellDescription$ Put X +1/+1 counters on it, where X is two plus the total number of cards you own in exile and in your graveyard that are Oozes or are named Slime Against Humanity.
|
||||
SVar:DBCleanup:DB$ Cleanup | ClearRemembered$ True
|
||||
K:A deck can have any number of cards named CARDNAME.
|
||||
DeckHas:Ability$Token & Type$Ooze
|
||||
DeckHints:Type$Ooze
|
||||
|
||||
Reference in New Issue
Block a user