Commit a8f7b874 authored by TanakaKotoha's avatar TanakaKotoha

dededededededededededede

parent 0ce8ff6b
......@@ -72,18 +72,18 @@ function cm.psop(e,tp,eg,ep,ev,re,r,rp)
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_TOFIELD)
local g=Duel.SelectMatchingCard(tp,cm.psfilter,tp,LOCATION_DECK,0,1,1,nil)
if g:GetCount()>0 then
Duel.MoveToField(g:GetFirst(),tp,tp,LOCATION_SZONE,POS_FACEUP,true)
Duel.MoveToField(g:GetFirst(),tp,tp,LOCATION_PZONE,POS_FACEUP,true)
end
end
function cm.reccon(e,tp,eg,ep,ev,re,r,rp)
local c=e:GetHandler()
local rc=c:GetReasonCard()
Debug.Message("gotin")
Debug.Message(r)
Debug.Message(REASON_FUSION)
Debug.Message(REASON_LINK)
Debug.Message(REASON_RELEASE)
--Debug.Message("gotin")
--Debug.Message(r)
--Debug.Message(REASON_FUSION)
--Debug.Message(REASON_LINK)
--Debug.Message(REASON_RELEASE)
return rc:IsSetCard(0x6c25) and (rc:IsType(TYPE_FUSION) or rc:IsType(TYPE_LINK)) and r & REASON_FUSION+REASON_LINK+REASON_SPSUMMON ~=0
end
function cm.filter(c,e,tp)
......
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