Commit edbdb44a authored by DailyShana's avatar DailyShana

always adjust all after Duel.Overlay

fix Fluorohydride/ygopro#1425
parent 3f2b334a
...@@ -3266,7 +3266,6 @@ int32 scriptlib::duel_overlay(lua_State *L) { ...@@ -3266,7 +3266,6 @@ int32 scriptlib::duel_overlay(lua_State *L) {
target->xyz_overlay(&cset); target->xyz_overlay(&cset);
} else } else
target->xyz_overlay(&pgroup->container); target->xyz_overlay(&pgroup->container);
if(target->current.location == LOCATION_MZONE)
target->pduel->game_field->adjust_all(); target->pduel->game_field->adjust_all();
return lua_yield(L, 0); return lua_yield(L, 0);
} }
......
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