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 680c03b commit eb60620Copy full SHA for eb60620
pre-release/c101301042.lua
@@ -58,11 +58,11 @@ function s.ctcon(e,tp,eg,ep,ev,re,r,rp)
58
return trig_p==1-tp and (trig_loc&LOCATION_ONFIELD)>0
59
end
60
function s.cttg(e,tp,eg,ep,ev,re,r,rp,chk)
61
- if chk==0 then return Duel.IsExistingMatchingCard(Card.IsAbleToChangeControler,tp,0,LOCATION_MZONE,1,nil) end
+ if chk==0 then return Duel.IsExistingMatchingCard(Card.IsControlerCanBeChanged,tp,0,LOCATION_MZONE,1,nil) end
62
Duel.SetOperationInfo(0,CATEGORY_CONTROL,nil,1,tp,0)
63
64
function s.ctop(e,tp,eg,ep,ev,re,r,rp)
65
- local g=Duel.SelectMatchingCard(tp,Card.IsAbleToChangeControler,tp,0,LOCATION_MZONE,1,1,nil)
+ local g=Duel.SelectMatchingCard(tp,Card.IsControlerCanBeChanged,tp,0,LOCATION_MZONE,1,1,nil)
66
if #g>0 then
67
Duel.HintSelection(g)
68
Duel.GetControl(g,tp)
@@ -82,4 +82,4 @@ function s.ctop(e,tp,eg,ep,ev,re,r,rp)
82
e2:SetCode(EFFECT_INDESTRUCTABLE_EFFECT)
83
c:RegisterEffect(e2)
84
85
-end
+end
0 commit comments