Commit b400f2c9 authored by wind2009's avatar wind2009

Fix 竜王絶火ゾロア

parent 4c3f5628
Pipeline #31854 passed with stages
in 1 minute and 32 seconds
......@@ -50,7 +50,7 @@ end
function s.eqop(e,tp,eg,ep,ev,re,r,rp)
local c=e:GetHandler()
local tc=Duel.GetFirstTarget()
if c:IsRelateToEffect(e) and c:IsFaceup() and tc:IsRelateToEffect(e) and c:IsAllTypes(TYPE_EFFECT+TYPE_MONSTER) and aux.NecroValleyFilter()(tc) then
if c:IsRelateToEffect(e) and c:IsFaceup() and tc:IsRelateToEffect(e) and c:IsType(TYPE_MONSTER) and aux.NecroValleyFilter()(tc) then
if not Duel.Equip(tp,tc,c,false) then return end
local e1=Effect.CreateEffect(c)
e1:SetType(EFFECT_TYPE_SINGLE)
......
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