Commit d424b352 authored by Amiya's avatar Amiya

修复

parent 48620908
Pipeline #42495 passed with stages
in 1 minute and 45 seconds
......@@ -74,7 +74,7 @@ function s.initial_effect(c)
end
local SST_IsCanBeSpecialSummoned=Card.IsCanBeSpecialSummoned
function Card.IsCanBeSpecialSummoned(card,e,sum,tp,bool1,bool2,pos,sp,zone)
if pos and pos&POS_FACEDOWN==POS_FACEDOWN then
if pos and pos&POS_FACEDOWN~=0 then
Duel.RegisterFlagEffect(0,id,RESET_CHAIN,0,1)
end
if not zone then
......
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