Commit 71bfee84 authored by nanahira's avatar nanahira

fix link monsters in szone

parent 8840e254
......@@ -1226,7 +1226,8 @@ uint32 card::get_link_marker() {
if (!(effects3[i]->type & EFFECT_TYPE_FIELD) || !(ocard && ocard->get_status(STATUS_TO_LEAVE_FROMEX)))
link_marker = effects3[i]->get_value(this);
}
}
} else if(current.location == LOCATION_SZONE)
return 0;
filter_effect(EFFECT_ADD_LINK_MARKER_KOISHI, &effects, FALSE);
filter_effect(EFFECT_REMOVE_LINK_MARKER_KOISHI, &effects);
filter_effect(EFFECT_CHANGE_LINK_MARKER_KOISHI, &effects2);
......
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