Commit 2e5a5ab7 authored by sidschingis's avatar sidschingis

fix

fixed being able to attach non-monsters
parent 9c69ff72
...@@ -33,7 +33,7 @@ function c71921856.initial_effect(c) ...@@ -33,7 +33,7 @@ function c71921856.initial_effect(c)
end end
c71921856.xyz_number=79 c71921856.xyz_number=79
function c71921856.filter(c) function c71921856.filter(c)
return c:IsSetCard(0x84) return c:IsSetCard(0x84) and c:IsType(TYPE_MONSTER)
end end
function c71921856.target(e,tp,eg,ep,ev,re,r,rp,chk) function c71921856.target(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return Duel.IsExistingMatchingCard(c71921856.filter,tp,LOCATION_HAND+LOCATION_GRAVE,0,1,nil) end if chk==0 then return Duel.IsExistingMatchingCard(c71921856.filter,tp,LOCATION_HAND+LOCATION_GRAVE,0,1,nil) end
......
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