Commit 4ba4db7b authored by 聖園ミカ's avatar 聖園ミカ 🐟

Replace c11451714.lua

parent a121f96a
Pipeline #30533 passed with stages
in 32 minutes and 5 seconds
......@@ -157,7 +157,7 @@ function cm.mvop(e,tp,eg,ep,ev,re,r,rp,opt,lab)
local b1=0
local fid=e:GetLabel()
if fid~=0 then b1=1 end
if #g>0 and Duel.GetLocationCount(tp,LOCATION_MZONE)>0 and (not dr or Duel.IsPlayerCanDraw(tp,1)) then
if #g>0 and Duel.GetLocationCount(tp,LOCATION_MZONE)>0 then --and (not dr or Duel.IsPlayerCanDraw(tp,1)) then
if opt==2 then return true end
Duel.HintSelection(Group.FromCards(c))
--if Duel.SelectYesNo(tp,aux.Stringid(m,b1)) then
......@@ -165,7 +165,7 @@ function cm.mvop(e,tp,eg,ep,ev,re,r,rp,opt,lab)
local tc=g:Select(tp,1,1,nil):GetFirst()
if tc then
Duel.SpecialSummon(tc,0,tp,tp,false,false,POS_FACEUP)
if dr then
if dr and Duel.IsPlayerCanDraw(tp,1) then
Duel.BreakEffect()
Duel.Draw(tp,1,REASON_EFFECT)
local e1=Effect.CreateEffect(c)
......
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