Commit 9419ed4c authored by Vury Leo's avatar Vury Leo

more

parent 2c59c8b6
......@@ -3576,7 +3576,7 @@ function Synchro.CanCompleteSelection(candidates,target_level,tuner_filter,non_t
local prune_level=target_level
-- prune after all level dynamic cards consumed
if index<prune_indexes.level_prune_index then
prune_level=0xff -- infinity
prune_level=math.huge -- infinity
end
local mc=candidates[index]
......@@ -3726,7 +3726,7 @@ function Synchro.SynTarget(tuner_filter,non_tuner_filter,tuner_min,tuner_max,non
test_selection,
tuner_filter,non_tuner_filter,
base_mapper,
tc,0xff
tc,math.huge
)
for _,init_state in ipairs(base_states) do
......
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