Commit 382d1024 authored by mercury233's avatar mercury233
parents d3eceea9 308f2904
......@@ -4151,7 +4151,7 @@ int32 field::add_chain(uint16 step) {
phandler->set_status(STATUS_LEAVE_CONFIRMED, TRUE);
}
if((phandler->get_type() & (TYPE_SPELL | TYPE_TRAP))
&& (phandler->data.type & (TYPE_CONTINUOUS | TYPE_FIELD | TYPE_EQUIP | TYPE_PENDULUM))
&& (phandler->get_type() & (TYPE_CONTINUOUS | TYPE_FIELD | TYPE_EQUIP | TYPE_PENDULUM))
&& phandler->is_has_relation(clit) && phandler->current.location == LOCATION_SZONE
&& !peffect->is_flag(EFFECT_FLAG_FIELD_ONLY))
clit.flag |= CHAIN_CONTINUOUS_CARD;
......
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