Commit 4f9aefde authored by a597449807's avatar a597449807 Committed by GitHub

Fix 副作用? (#2906)

parent ea8a3fa5
......@@ -20,7 +20,7 @@ function c30922149.activate(e,tp,eg,ep,ev,re,r,rp)
if not Duel.IsPlayerCanDraw(p) then return end
local ct=Duel.GetFieldGroupCount(p,LOCATION_DECK,0)
local ac=0
if ct==0 then ac=1 end
if ct==1 then ac=1 end
if ct>1 then
Duel.Hint(HINT_SELECTMSG,p,aux.Stringid(30922149,0))
if ct==2 then ac=Duel.AnnounceNumber(p,1,2)
......
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