Commit 08f9b617 authored by woodee's avatar woodee

fix

should be unable to activate if all races have been choosed
parent 1bf30cee
......@@ -31,7 +31,7 @@ function c64689404.raccost(e,tp,eg,ep,ev,re,r,rp,chk)
e:GetHandler():RemoveOverlayCard(tp,1,1,REASON_COST)
end
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
e:GetHandler():RegisterFlagEffect(64689404,RESET_EVENT+0x1fe0000,0,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