Commit eff6db9c authored by mercury233's avatar mercury233

fix

parent 3decea34
......@@ -51,7 +51,7 @@ function c101108038.atkcost(e,tp,eg,ep,ev,re,r,rp,chk)
Duel.PayLPCost(tp,math.floor(Duel.GetLP(tp)/2))
end
function c101108038.atkfilter(c,lp)
return c:IsFaceup() and not c:GetAttack()==lp
return c:IsFaceup() and c:GetAttack()~=lp
end
function c101108038.atktg(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return Duel.IsExistingMatchingCard(c101108038.atkfilter,tp,0,LOCATION_MZONE,1,nil,Duel.GetLP(tp)) end
......
--エクシスターズ・マニフィカ
--エクシスターズ・マニフィカ
--
--Script by Trishula9 & mercury233
function c101108046.initial_effect(c)
......
--ゲネラールプロー
--ゲネラールプロー
--
--Script by Trishula9
function c101108062.initial_effect(c)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment