Commit be1ddb81 authored by DailyShana's avatar DailyShana

revert

parent 998ee3c3
...@@ -2227,7 +2227,7 @@ int32 field::process_instant_event() { ...@@ -2227,7 +2227,7 @@ int32 field::process_instant_event() {
} }
} }
} }
if(elit->event_code == EVENT_ADJUST || (((elit->event_code & 0xf000) == EVENT_PHASE_START) && (elit->event_code & 0xff) != PHASE_BATTLE)) if(elit->event_code == EVENT_ADJUST || ((elit->event_code & 0xf000) == EVENT_PHASE_START))
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