1. Abalon
  2. News
  3. v2.38.0

v2.38.0

[h2]Release Notes:[/h2]
  1. Created a fix for the sync errors caused by the equipment system change released in v2.37.0 intended to allow players to automatically swap equipment when at max item count without having to first unequip items.
  2. The sync error was caused by the simulation engine actually performing the action, but the undo command for this simulation was not being passed to the AI, resulting in a desync between the player and AI board states.
  3. The change uses the EquipmentChangeGetter, which doesn't actually perform an action, but instead simulates by applying the new equipment on the player board state only, then undoing it. We check to see if statuses were removed in response to adding the equipment to determine whether or not a gear can be equipped while at max item count.