Commit 9d87f45c authored by wind2009's avatar wind2009

Fix 第19層『襲来干渉!漆黒の超量士!!』

parent 588344cb
Pipeline #33637 passed with stages
in 2 minutes and 47 seconds
...@@ -51,6 +51,7 @@ function s.target(e,tp,eg,ep,ev,re,r,rp,chk,chkc) ...@@ -51,6 +51,7 @@ function s.target(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
if op==1 then if op==1 then
if e:IsCostChecked() then if e:IsCostChecked() then
Duel.RegisterFlagEffect(tp,id,RESET_PHASE+PHASE_END,0,1) Duel.RegisterFlagEffect(tp,id,RESET_PHASE+PHASE_END,0,1)
e:SetCategory(CATEGORY_POSITION)
end end
e:SetProperty(EFFECT_FLAG_CARD_TARGET) e:SetProperty(EFFECT_FLAG_CARD_TARGET)
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_POSCHANGE) Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_POSCHANGE)
......
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