Commit c0dfd272 authored by 未闻皂名's avatar 未闻皂名

2021/12/9 老虎卷bug修复

parent f4112b84
......@@ -41,8 +41,12 @@ function cm.operation(e,tp,eg,ep,ev,re,r,rp)
local e3=e1:Clone()
e3:SetDescription(aux.Stringid(m,3))
e3:SetCode(EFFECT_CANNOT_SPECIAL_SUMMON)
e3:SetTarget(cm.splimit)
Duel.RegisterEffect(e3,tp)
Duel.RegisterFlagEffect(tp,m,RESET_PHASE+PHASE_END,0,1)
end
end
end
function cm.splimit(e,c)
return c:IsLocation(LOCATION_HAND)
end
\ No newline at end of file
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