Commit a1d81799 authored by wyykak's avatar wyykak

fix 86379656

Signed-off-by: wyykak's avatarwyykak <wyy_1414@126.com>
parent afe74b72
Pipeline #12824 passed with stage
in 40 seconds
......@@ -111,7 +111,8 @@ function c86379656.op(e,tp,eg,ep,ev,re,r,rp)
e:SetProperty(te:GetProperty())
Duel.Hint(HINT_CARD,0,tc:GetOriginalCode())
Duel.ChangePosition(tc,POS_FACEUP)
if tc:GetType()==TYPE_SPELL or tc:GetType()==TYPE_QUICKPLAY+TYPE_SPELL or tc:GetType()==TYPE_TRAP or tc:GetType()==TYPE_COUNTER+TYPE_TRAP then
local tcType=tc:GetType()&(TYPE_SPELL|TYPE_QUICKPLAY|TYPE_TRAP|TYPE_COUNTER|TYPE_FIELD|TYPE_CONTINUOUS|TYPE_EQUIP|TYPE_TRAPMONSTER)
if tcType==TYPE_SPELL or tcType==TYPE_QUICKPLAY+TYPE_SPELL or tcType==TYPE_TRAP or tcType==TYPE_COUNTER+TYPE_TRAP then
tc:CancelToGrave(false)
end
tc:CreateEffectRelation(te)
......
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