Commit ca989584 authored by VanillaSalt's avatar VanillaSalt

Merge pull request #651 from woodee/patch-41

fix
parents 399bd22c 08f9b617
...@@ -31,7 +31,7 @@ function c64689404.raccost(e,tp,eg,ep,ev,re,r,rp,chk) ...@@ -31,7 +31,7 @@ function c64689404.raccost(e,tp,eg,ep,ev,re,r,rp,chk)
e:GetHandler():RemoveOverlayCard(tp,1,1,REASON_COST) e:GetHandler():RemoveOverlayCard(tp,1,1,REASON_COST)
end end
function c64689404.ractg(e,tp,eg,ep,ev,re,r,rp,chk) function c64689404.ractg(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return true end if chk==0 then return e:GetLabelObject():GetLabel()~=0x7fffff end
if e:GetHandler():GetFlagEffect(64689404)==0 then if e:GetHandler():GetFlagEffect(64689404)==0 then
e:GetHandler():RegisterFlagEffect(64689404,RESET_EVENT+0x1fe0000,0,0) e:GetHandler():RegisterFlagEffect(64689404,RESET_EVENT+0x1fe0000,0,0)
e:GetLabelObject():SetLabel(0) e:GetLabelObject():SetLabel(0)
......
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