Commit 654ea916 authored by TanakaKotoha's avatar TanakaKotoha

Suit

parent 3ee44140
No preview for this file type
......@@ -25,7 +25,7 @@ function c75646203.initial_effect(c)
end
function c75646203.filter(c,e,tp)
return c:IsSetCard(0x32c0) and c:IsType(TYPE_EQUIP)
return c:IsSetCard(0x32c0) and c:IsType(TYPE_EQUIP) and c:IsFaceup()
and Duel.IsPlayerCanSpecialSummonMonster(tp,c:GetCode(),0,0x21,1000,1000,4,RACE_WARRIOR,ATTRIBUTE_LIGHT)
end
function c75646203.target(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
......
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