Commit 20343f9b authored by GuGu's avatar GuGu

Update c74561065.lua

parent 39c82b4d
Pipeline #33240 passed with stage
in 11 seconds
......@@ -46,7 +46,7 @@ function cCardno.tkcost(e,tp,eg,ep,ev,re,r,rp,chk)
Duel.DiscardHand(tp,nil,1,1,REASON_COST,nil)
end
function cCardno.spellfilter(c,e,tp)
return c:IsSetCard(0x201) and c:IsType(TYPE_SPELL) and Duel.IsPlayerCanSpecialSummonMonster(tp,c:GetCode(),0x201,TYPE_MONSTER+TYPE_NORMAL+TYPE_SPIRIT,500,0,1,RACE_WARRIOR,ATTRIBUTE_LIGHT,POS_FACEUP)
return c:IsSetCard(0x201) and c:IsType(TYPE_SPELL) and Duel.IsPlayerCanSpecialSummonMonster(tp,c:GetCode(),0x201,TYPE_MONSTER+TYPE_NORMAL,500,0,1,RACE_WARRIOR,ATTRIBUTE_LIGHT,POS_FACEUP)
end
function cCardno.tktg(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return Duel.GetMZoneCount(tp)>0 and Duel.IsExistingMatchingCard(cCardno.spellfilter,tp,LOCATION_DECK+LOCATION_GRAVE,0,1,nil,e,tp) 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