Commit 69593d46 authored by mercury233's avatar mercury233 Committed by GitHub

fix

parent 479be7c6
...@@ -59,7 +59,7 @@ end ...@@ -59,7 +59,7 @@ end
function c31444249.fcheck(tp,sg,fc) function c31444249.fcheck(tp,sg,fc)
return sg:FilterCount(Card.IsLocation,nil,LOCATION_DECK)<=6 return sg:FilterCount(Card.IsLocation,nil,LOCATION_DECK)<=6
end end
function c31444249.fcheck(sg) function c31444249.gcheck(sg)
return sg:FilterCount(Card.IsLocation,nil,LOCATION_DECK)<=6 return sg:FilterCount(Card.IsLocation,nil,LOCATION_DECK)<=6
end end
function c31444249.dmcon(tp) function c31444249.dmcon(tp)
......
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