Commit a45eacc9 authored by nanahira's avatar nanahira

fix

parent f98fe223
...@@ -36,7 +36,7 @@ function Duel.GetLocationCountFromEx(tp,...) ...@@ -36,7 +36,7 @@ function Duel.GetLocationCountFromEx(tp,...)
end end
forced_to_extra[tp]=true forced_to_extra[tp]=true
local res1,res2=old_fromex(tp,...) local res1,res2=old_fromex(tp,...)
Debug.Message(forced_to_extra[tp] and 1 or 0) --Debug.Message(forced_to_extra[tp] and 1 or 0)
forced_to_extra[tp]=false forced_to_extra[tp]=false
return res1,res2 return res1,res2
end end
......
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