Commit 39148f55 authored by salix5's avatar salix5

Merge remote-tracking branch 'upstream/master' into patch1

parents 57bdb864 faf8c94c
......@@ -2322,7 +2322,7 @@ int32 field::process_instant_event() {
}
}
}
if(elit->event_code == EVENT_ADJUST || ((elit->event_code & 0xf000) == EVENT_PHASE_START))
if(elit->event_code == EVENT_ADJUST || (((elit->event_code & 0xf000) == EVENT_PHASE_START) && (elit->event_code & 0xff) != PHASE_BATTLE))
continue;
//triggers
pr = effects.trigger_f_effect.equal_range(elit->event_code);
......
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