Commit faf8c94c authored by Argon's avatar Argon

fennir

parent b6cd0b77
...@@ -2322,7 +2322,7 @@ int32 field::process_instant_event() { ...@@ -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; continue;
//triggers //triggers
pr = effects.trigger_f_effect.equal_range(elit->event_code); 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