Commit 82dae43a authored by wind2009's avatar wind2009

Merge remote-tracking branch 'vuryleo/patch-1' into develop

parents 7161db0a 5d81ad2c
......@@ -3919,6 +3919,9 @@ int32_t field::process_turn(uint16_t step, uint8_t turn_player) {
}
return FALSE;
}
// ensure "entered 2nd Battle Phase" marker stored in `arg2` do not carry over into Main Phase 2.
core.units.begin()->arg2 = 0;
core.skip_m2 = FALSE;
if(returns.ivalue[0] == 3) { // End Phase
core.skip_m2 = TRUE;
......
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