Commit a811f53b authored by DailyShana's avatar DailyShana

fix

parent 223576fd
...@@ -2163,7 +2163,7 @@ int32 scriptlib::card_add_monster_attribute_complete(lua_State *L) { ...@@ -2163,7 +2163,7 @@ int32 scriptlib::card_add_monster_attribute_complete(lua_State *L) {
peffect->type = EFFECT_TYPE_SINGLE; peffect->type = EFFECT_TYPE_SINGLE;
peffect->code = EFFECT_CHANGE_TYPE; peffect->code = EFFECT_CHANGE_TYPE;
peffect->flag[0] = EFFECT_FLAG_CANNOT_DISABLE; peffect->flag[0] = EFFECT_FLAG_CANNOT_DISABLE;
peffect->reset_flag = RESET_EVENT + 0x1fe0000; peffect->reset_flag = RESET_EVENT + 0x1fc0000;
peffect->value = TYPE_MONSTER | type; peffect->value = TYPE_MONSTER | type;
pcard->add_effect(peffect); pcard->add_effect(peffect);
// extra block // extra block
......
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