Commit aa370261 authored by salix5's avatar salix5

counter

parent 2d355841
......@@ -1729,7 +1729,7 @@ int32 scriptlib::card_enable_counter_permit(lua_State *L) {
peffect->code = EFFECT_COUNTER_PERMIT | countertype;
peffect->flag = EFFECT_FLAG_SINGLE_RANGE;
if(pcard->data.type & TYPE_MONSTER)
peffect->range = LOCATION_MZONE | LOCATION_PZONE;
peffect->range = LOCATION_MZONE;
else
peffect->range = LOCATION_SZONE | LOCATION_FZONE;
pcard->add_effect(peffect);
......
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