Commit 3882384c authored by mercury233's avatar mercury233 Committed by GitHub

Revert "don't trigger EVENT_ADJUST recursively (#388)" (#422)

parent fa5440d1
...@@ -5019,10 +5019,8 @@ int32 field::adjust_step(uint16 step) { ...@@ -5019,10 +5019,8 @@ int32 field::adjust_step(uint16 step) {
return FALSE; return FALSE;
} }
case 15: { case 15: {
if(!check_event(EVENT_ADJUST)) { raise_event((card*)0, EVENT_ADJUST, 0, 0, PLAYER_NONE, PLAYER_NONE, 0);
raise_event((card*)0, EVENT_ADJUST, 0, 0, PLAYER_NONE, PLAYER_NONE, 0); process_instant_event();
process_instant_event();
}
return FALSE; return FALSE;
} }
case 16: { case 16: {
......
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