Commit 77f15402 authored by salix5's avatar salix5

remove DUEL_NO_CHAIN_HINT

This commit completes 386ca0d1
parent a4839ff0
...@@ -2151,8 +2151,7 @@ int32 field::process_quick_effect(int16 step, int32 skip_freechain, uint8 priori ...@@ -2151,8 +2151,7 @@ int32 field::process_quick_effect(int16 step, int32 skip_freechain, uint8 priori
} }
if(core.current_chain.size() || (core.hint_timing[0] & TIMING_ATTACK) || (core.hint_timing[1] & TIMING_ATTACK)) if(core.current_chain.size() || (core.hint_timing[0] & TIMING_ATTACK) || (core.hint_timing[1] & TIMING_ATTACK))
core.spe_effect[priority] = core.select_chains.size(); core.spe_effect[priority] = core.select_chains.size();
if(core.select_chains.size()) add_process(PROCESSOR_SELECT_CHAIN, 0, 0, 0, priority, core.spe_effect[priority]);
add_process(PROCESSOR_SELECT_CHAIN, 0, 0, 0, priority, core.spe_effect[priority]);
} else { } else {
core.new_chains.splice(core.new_chains.end(), core.tpchain); core.new_chains.splice(core.new_chains.end(), core.tpchain);
core.new_chains.splice(core.new_chains.end(), core.ntpchain); core.new_chains.splice(core.new_chains.end(), core.ntpchain);
......
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