Commit 743ba59f authored by POLYMER's avatar POLYMER

fix

parent 72df15d9
...@@ -33,7 +33,7 @@ function c75000831.initial_effect(c) ...@@ -33,7 +33,7 @@ function c75000831.initial_effect(c)
c:RegisterEffect(e3) c:RegisterEffect(e3)
end end
function c75000831.tgfilter(c) function c75000831.tgfilter(c)
return c:IsSetCard(0xaa754) oraux.IsCodeListed(c,75000812) and c:IsAbleToGrave() and c:IsType(TYPE_MONSTER) return c:IsSetCard(0xa754) oraux.IsCodeListed(c,75000812) and c:IsAbleToGrave() and c:IsType(TYPE_MONSTER)
end end
function c75000831.tgcost(e,tp,eg,ep,ev,re,r,rp,chk) function c75000831.tgcost(e,tp,eg,ep,ev,re,r,rp,chk)
local c=e:GetHandler() local c=e:GetHandler()
......
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