Commit 961d72f4 authored by Chen Bill's avatar Chen Bill

function aux.RGCheckAdditional(g,ec)

parent b5871491
...@@ -19,7 +19,7 @@ end ...@@ -19,7 +19,7 @@ end
function c7986397.rcheck(tp,g,c) function c7986397.rcheck(tp,g,c)
return g:FilterCount(Card.IsLocation,nil,LOCATION_DECK)<=1 return g:FilterCount(Card.IsLocation,nil,LOCATION_DECK)<=1
end end
function c7986397.rgcheck(g) function c7986397.rgcheck(g,ec)
return g:FilterCount(Card.IsLocation,nil,LOCATION_DECK)<=1 return g:FilterCount(Card.IsLocation,nil,LOCATION_DECK)<=1
end end
function c7986397.target(e,tp,eg,ep,ev,re,r,rp,chk) function c7986397.target(e,tp,eg,ep,ev,re,r,rp,chk)
......
...@@ -34,7 +34,7 @@ end ...@@ -34,7 +34,7 @@ end
function c99426088.frcheck(tp,sg,fc) function c99426088.frcheck(tp,sg,fc)
return sg:FilterCount(Card.IsLocation,nil,LOCATION_DECK)<=1 return sg:FilterCount(Card.IsLocation,nil,LOCATION_DECK)<=1
end end
function c99426088.gcheck(sg) function c99426088.gcheck(sg,ec)
return sg:FilterCount(Card.IsLocation,nil,LOCATION_DECK)<=1 return sg:FilterCount(Card.IsLocation,nil,LOCATION_DECK)<=1
end end
function c99426088.target(e,tp,eg,ep,ev,re,r,rp,chk) function c99426088.target(e,tp,eg,ep,ev,re,r,rp,chk)
......
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