Commit bd76e425 authored by 聖園ミカ's avatar 聖園ミカ 🐟

byd

parent ef704426
...@@ -35,7 +35,7 @@ function cm.initial_effect(c) ...@@ -35,7 +35,7 @@ function cm.initial_effect(c)
end end
function cm.splimit(e,se,sp,st) function cm.splimit(e,se,sp,st)
local sc=se:GetHandler() local sc=se:GetHandler()
return sc and sc:IsType(TYPE_SPELL+TYPE_TRAP) and sc:IsSetCard(0xf81e) return sc and sc:IsType(TYPE_SPELL+TYPE_TRAP) and sc:IsCode(81009068)
end end
function cm.atkfilter(c) function cm.atkfilter(c)
return c:IsFaceup() and c:IsType(TYPE_EFFECT) and c:IsRace(RACE_BEAST) return c:IsFaceup() and c:IsType(TYPE_EFFECT) and c:IsRace(RACE_BEAST)
......
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