We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc08389 commit 4d870b8Copy full SHA for 4d870b8
pre-release/c101301044.lua
@@ -39,7 +39,7 @@ function s.initial_effect(c)
39
e3:SetCategory(CATEGORY_TODECK)
40
e3:SetType(EFFECT_TYPE_IGNITION)
41
e3:SetRange(LOCATION_GRAVE)
42
- e3:SetCost(aux.SelfBanishCost)
+ e3:SetCost(Cost.SelfBanish)
43
e3:SetTarget(s.tdtg)
44
e3:SetOperation(s.tdop)
45
c:RegisterEffect(e3)
pre-release/c101301074.lua
@@ -25,7 +25,7 @@ function s.initial_effect(c)
25
e2:SetRange(LOCATION_GRAVE)
26
e2:SetHintTiming(0,TIMING_STANDBY_PHASE|TIMING_MAIN_END|TIMINGS_CHECK_MONSTER_E)
27
e2:SetCountLimit(1,{id,1})
28
- e2:SetCost(aux.SelfBanishCost)
+ e2:SetCost(Cost.SelfBanish)
29
e2:SetTarget(s.attachtg)
30
e2:SetOperation(s.attachop)
31
c:RegisterEffect(e2)
0 commit comments