Commit 47532703 authored by wind2009's avatar wind2009

Fix キラーチューンB2B

parent e028acd9
Pipeline #42742 failed with stages
in 2 minutes and 24 seconds
...@@ -85,6 +85,8 @@ function s.thop(e,tp,eg,ep,ev,re,r,rp) ...@@ -85,6 +85,8 @@ function s.thop(e,tp,eg,ep,ev,re,r,rp)
res=tc:IsLocation(LOCATION_HAND) res=tc:IsLocation(LOCATION_HAND)
elseif op==2 then elseif op==2 then
res=Duel.SpecialSummon(tc,0,tp,tp,false,false,POS_FACEUP)>0 res=Duel.SpecialSummon(tc,0,tp,tp,false,false,POS_FACEUP)>0
elseif tc:IsCanBeSpecialSummoned(e,0,tp,false,false) then
Duel.SendtoGrave(tc,REASON_RULE)
end end
if res then if res then
local g=Duel.GetMatchingGroup(Card.IsSynchroSummonable,tp,LOCATION_EXTRA,0,nil,nil) local g=Duel.GetMatchingGroup(Card.IsSynchroSummonable,tp,LOCATION_EXTRA,0,nil,nil)
......
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