Commit 03adbccb authored by POLYMER's avatar POLYMER

fix

parent f4a71679
...@@ -99,7 +99,7 @@ function c11561014.tkop(e,tp,eg,ep,ev,re,r,rp) ...@@ -99,7 +99,7 @@ function c11561014.tkop(e,tp,eg,ep,ev,re,r,rp)
if c:IsRelateToEffect(e) then if c:IsRelateToEffect(e) then
local e1=Effect.CreateEffect(c) local e1=Effect.CreateEffect(c)
e1:SetType(EFFECT_TYPE_SINGLE) e1:SetType(EFFECT_TYPE_SINGLE)
e1:SetCode(EFFECT_SET_ATTACK) e1:SetCode(EFFECT_SET_ATTACK_FINAL)
e1:SetProperty(EFFECT_FLAG_CANNOT_DISABLE) e1:SetProperty(EFFECT_FLAG_CANNOT_DISABLE)
e1:SetValue(function(e) e1:SetValue(function(e)
return e:GetHandler():GetAttack()*2 end) return e:GetHandler():GetAttack()*2 end)
......
...@@ -34,7 +34,7 @@ function s.initial_effect(c) ...@@ -34,7 +34,7 @@ function s.initial_effect(c)
end end
s.fusion_effect=true s.fusion_effect=true
function s.counterfilter(c) function s.counterfilter(c)
return not (c:IsSummonLocation(LOCATION_EXTRA) or c:IsType(TYPE_FUSION)) return not c:IsSummonLocation(LOCATION_EXTRA) or c:IsType(TYPE_FUSION)
end end
function s.splimit(e,se,sp,st) function s.splimit(e,se,sp,st)
return se:IsHasType(EFFECT_TYPE_ACTIONS) return se:IsHasType(EFFECT_TYPE_ACTIONS)
......
...@@ -113,7 +113,7 @@ function c22020430.operation1(e,tp,eg,ep,ev,re,r,rp) ...@@ -113,7 +113,7 @@ function c22020430.operation1(e,tp,eg,ep,ev,re,r,rp)
end end
Duel.SelectOption(tp,aux.Stringid(22020430,5)) Duel.SelectOption(tp,aux.Stringid(22020430,5))
end end
function c22020430.erescon(e,tp,eg,ep,ev,re,r,rp) function c22020430.erecon(e,tp,eg,ep,ev,re,r,rp)
return Duel.IsPlayerAffectedByEffect(tp,22020980) return Duel.IsPlayerAffectedByEffect(tp,22020980)
end end
function c22020430.erecost(e,tp,eg,ep,ev,re,r,rp,chk) function c22020430.erecost(e,tp,eg,ep,ev,re,r,rp,chk)
......
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