Commit 56c8756e authored by Vury Leo's avatar Vury Leo

remove debug

parent 755e54b7
...@@ -66,7 +66,6 @@ end ...@@ -66,7 +66,6 @@ end
--- @type FUSION_FGCHECK_FUNCTION --- @type FUSION_FGCHECK_FUNCTION
function s.fcheck(tp,mg,fc,mg_all) function s.fcheck(tp,mg,fc,mg_all)
Debug.Message(string.format("fcheck %d, fc %d",#mg,fc:GetCode()))
--- At most 6 monsters from deck --- At most 6 monsters from deck
if mg:FilterCount(function(c) return c:IsLocation(LOCATION_DECK) end,nil)>6 then if mg:FilterCount(function(c) return c:IsLocation(LOCATION_DECK) end,nil)>6 then
return false return false
......
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