Commit 82f41ee3 authored by POLYMER's avatar POLYMER

fix

parent c3363419
......@@ -52,7 +52,7 @@ end
function c11561032.atkcost(e,tp,eg,ep,ev,re,r,rp,chk)
local c=e:GetHandler()
if chk==0 then return c:GetFlagEffect(11561032)==0 and c:CheckRemoveOverlayCard(tp,1,REASON_COST) end
e:SetLabel(c:RemoveOverlayCard(tp,1,99,REASON_EFFECT))
e:SetLabel(c:RemoveOverlayCard(tp,1,99,REASON_COST))
c:RegisterFlagEffect(11561032,RESET_EVENT+RESETS_STANDARD+RESET_PHASE+PHASE_DAMAGE_CAL,0,1)
end
function c11561032.atkop(e,tp,eg,ep,ev,re,r,rp)
......
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