Commit a9891440 authored by DailyShana's avatar DailyShana

fix

parent 5ec5f490
...@@ -1265,7 +1265,7 @@ int32 card::replace_effect(uint32 code, uint32 reset, uint32 count) { ...@@ -1265,7 +1265,7 @@ int32 card::replace_effect(uint32 code, uint32 reset, uint32 count) {
auto rm = i++; auto rm = i++;
effect* peffect = rm->first; effect* peffect = rm->first;
auto it = rm->second; auto it = rm->second;
if(peffect->is_flag(EFFECT_FLAG_INITIAL)) if(peffect->is_flag(EFFECT_FLAG_INITIAL | EFFECT_FLAG_COPY_INHERIT))
remove_effect(peffect, it); remove_effect(peffect, it);
} }
uint32 cr = pduel->game_field->core.copy_reset; uint32 cr = pduel->game_field->core.copy_reset;
......
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