Commit 67d5fc64 authored by VanillaSalt's avatar VanillaSalt

fix

parent f2fdd11c
......@@ -831,6 +831,7 @@ int32 field::get_control(uint16 step, effect* reason_effect, uint8 reason_player
add_process(PROCESSOR_SELECT_CARD, 0, 0, 0, playerid, ct + (ct << 16));
} else
core.units.begin()->step = 1;
return FALSE;
}
case 1: {
for(int32 i = 0; i < returns.bvalue[0]; ++i) {
......@@ -846,6 +847,7 @@ int32 field::get_control(uint16 step, effect* reason_effect, uint8 reason_player
remove_unique_card(*cit);
}
targets->it = targets->container.begin();
return FALSE;
}
case 3: {
if(targets->it == targets->container.end()) {
......
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