Commit 7a8f84e3 authored by wind2009's avatar wind2009 Committed by GitHub

Fix 通販売員 (#2554)

parent 2e38453c
...@@ -31,7 +31,7 @@ function c89928517.operation(e,tp,eg,ep,ev,re,r,rp) ...@@ -31,7 +31,7 @@ function c89928517.operation(e,tp,eg,ep,ev,re,r,rp)
local p=tp local p=tp
while i<=1 do while i<=1 do
local tc=tg:Filter(Card.IsControler,nil,p):GetFirst() local tc=tg:Filter(Card.IsControler,nil,p):GetFirst()
if Duel.GetLocationCount(p,LOCATION_MZONE)>0 if Duel.GetLocationCount(p,LOCATION_MZONE,p)>0
and tc:IsCanBeSpecialSummoned(e,0,p,false,false) and tc:IsCanBeSpecialSummoned(e,0,p,false,false)
and Duel.SelectYesNo(p,aux.Stringid(89928517,1)) then and Duel.SelectYesNo(p,aux.Stringid(89928517,1)) then
Duel.SpecialSummonStep(tc,0,p,p,false,false,POS_FACEUP) Duel.SpecialSummonStep(tc,0,p,p,false,false,POS_FACEUP)
......
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