Commit c65d1874 authored by DailyShana's avatar DailyShana

fix indestructable count

parent 179a744d
...@@ -3868,6 +3868,7 @@ int32 field::process_turn(uint16 step, uint8 turn_player) { ...@@ -3868,6 +3868,7 @@ int32 field::process_turn(uint16 step, uint8 turn_player) {
if(!pcard) if(!pcard)
continue; continue;
pcard->set_status(STATUS_SET_TURN, FALSE); pcard->set_status(STATUS_SET_TURN, FALSE);
pcard->indestructable_effects.clear();
} }
core.summon_state_count[p] = 0; core.summon_state_count[p] = 0;
core.normalsummon_state_count[p] = 0; core.normalsummon_state_count[p] = 0;
......
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