Commit 100c76cc authored by POLYMER's avatar POLYMER

fix

parent 0e578a09
......@@ -15,7 +15,7 @@ function c10174003.initial_effect(c)
e2:SetDescription(aux.Stringid(10174003,1))
e2:SetType(EFFECT_TYPE_QUICK_O)
e2:SetCode(EVENT_FREE_CHAIN)
e2:SetRange(LOCATION_MZONE)
e2:SetRange(LOCATION_SZONE)
e2:SetProperty(EFFECT_FLAG_CARD_TARGET)
e2:SetCountLimit(1)
e2:SetTarget(c10174003.eqtg)
......@@ -33,7 +33,7 @@ function c10174003.eqtg(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
if chkc then return false end
if chk==0 then return Duel.IsExistingTarget(c10174003.eqfilter1,tp,LOCATION_MZONE,0,1,nil,tp) end
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_TARGET)
local g1=Duel.SelectTarget(tp,c10174003.eqfilter1,tp,LOCATION_MZONE,0,1,1,nil,tp)
local g1=Duel.SelectTarget(tp,c10174003.eqfilter1,tp,LOCATION_MZONE,LOCATION_MZONE,1,1,nil,tp)
local tc=g1:GetFirst()
e:SetLabelObject(tc)
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_EQUIP)
......
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