Commit d257e0fd authored by Tachibana's avatar Tachibana

eme

parent 28d40eab
Pipeline #7562 passed with stages
in 34 minutes and 49 seconds
......@@ -45,7 +45,7 @@ function cm.setop(e,tp,eg,ep,ev,re,r,rp)
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_SET)
local tc=Duel.SelectMatchingCard(tp,cm.setfilter,tp,LOCATION_DECK,0,1,1,nil):GetFirst()
if tc and Duel.SSet(tp,tc)~=0 then
if c:IsSetCard(0x9f93) then
if tc:IsSetCard(0x9f93) then
local e1=Effect.CreateEffect(e:GetHandler())
e1:SetType(EFFECT_TYPE_SINGLE)
e1:SetCode(EFFECT_TRAP_ACT_IN_SET_TURN)
......
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