Commit 5a8612e9 authored by POLYMER's avatar POLYMER

fix

parent f9482c04
......@@ -88,8 +88,8 @@ function cm.op5(e,tp,eg,ep,ev,re,r,rp)
Duel.Hint(3,tp,HINTMSG_EQUIP)
local g=Duel.SelectMatchingCard(tp,cm.w,tp,LOCATION_MZONE,0,1,1,nil,e,tp)
local tc=g:GetFirst()
if tc and c:IsRelateToEffect(e) and tc:IsRelateToEffect(e) then
if Duel.Equip(tp,tc,c)>0 then
if tc and c:IsRelateToEffect(e) and tc:IsRelateToEffect(e) and tc:IsFaceup() then
if Duel.Equip(tp,c,tc)>0 then
Duel.BreakEffect()
Duel.Draw(tp,1,REASON_EFFECT)
end
......
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