Commit a8faf6ab authored by Tianchenglipu's avatar Tianchenglipu

Update c34566435.lua

parent 052b9c6d
......@@ -11,6 +11,13 @@ function c34566435.initial_effect(c)
e1:SetTarget(c34566435.target)
e1:SetOperation(c34566435.operation)
c:RegisterEffect(e1)
--treat as fightfur
local e2=Effect.CreateEffect(c)
e2:SetType(EFFECT_TYPE_SINGLE)
e2:SetProperty(EFFECT_FLAG_CANNOT_DISABLE+EFFECT_FLAG_UNCOPYABLE)
e2:SetCode(EFFECT_ADD_SET_CODE)
e2:SetValue(0xad)
c:RegisterEffect(e2)
end
function c34566435.filter(c)
return (c:IsLocation(LOCATION_GRAVE) or c:IsFaceup()) and c:IsType(TYPE_FUSION) and c:IsSetCard(0xad)
......
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