Commit 7f275707 authored by DailyShana's avatar DailyShana
parent 6c12c951
...@@ -77,8 +77,7 @@ end ...@@ -77,8 +77,7 @@ end
function c1118137.desreptg(e,tp,eg,ep,ev,re,r,rp,chk) function c1118137.desreptg(e,tp,eg,ep,ev,re,r,rp,chk)
local c=e:GetHandler() local c=e:GetHandler()
local tg=c:GetEquipTarget() local tg=c:GetEquipTarget()
if chk==0 then return not c:IsStatus(STATUS_DESTROY_CONFIRMED) if chk==0 then return tg and tg:IsReason(REASON_BATTLE+REASON_EFFECT) and not tg:IsReason(REASON_REPLACE)
and tg and tg:IsReason(REASON_BATTLE+REASON_EFFECT) and not tg:IsReason(REASON_REPLACE)
and Duel.IsCanRemoveCounter(tp,1,0,0x1,1,REASON_EFFECT) end and Duel.IsCanRemoveCounter(tp,1,0,0x1,1,REASON_EFFECT) end
return Duel.SelectEffectYesNo(tp,c,96) return Duel.SelectEffectYesNo(tp,c,96)
end 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