Commit ddede2e6 authored by VanillaSalt's avatar VanillaSalt

fix

parent c9b18c0d
...@@ -1640,6 +1640,8 @@ int32 field::process_point_event(int16 step, int32 skip_trigger, int32 skip_free ...@@ -1640,6 +1640,8 @@ int32 field::process_point_event(int16 step, int32 skip_trigger, int32 skip_free
core.ntpchain.push_back(*clit); core.ntpchain.push_back(*clit);
peffect->handler->set_status(STATUS_CHAINING, TRUE); peffect->handler->set_status(STATUS_CHAINING, TRUE);
peffect->dec_count(tp); peffect->dec_count(tp);
if(peffect->is_flag(EFFECT_FLAG_CVAL_CHECK))
peffect->get_value();
} }
} }
core.new_fchain_s.clear(); core.new_fchain_s.clear();
......
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