Skip to content

Commit

Permalink
Add Dark Shrine to building size mapping
Browse files Browse the repository at this point in the history
- Set `UnitID.DARKSHRINE` to `BuildingSize.TWO_BY_TWO`
- Ensures consistent size classification for Protoss tech structures
  • Loading branch information
hammer-hao committed Feb 2, 2025
1 parent 8b09da9 commit e370eed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ares/dicts/structure_to_building_size.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
UnitID.PHOTONCANNON: BuildingSize.TWO_BY_TWO,
UnitID.PYLON: BuildingSize.TWO_BY_TWO,
UnitID.SHIELDBATTERY: BuildingSize.TWO_BY_TWO,
UnitID.DARKSHRINE: BuildingSize.TWO_BY_TWO,
# protoss 3x3
UnitID.CYBERNETICSCORE: BuildingSize.THREE_BY_THREE,
UnitID.FLEETBEACON: BuildingSize.THREE_BY_THREE,
Expand Down

0 comments on commit e370eed

Please sign in to comment.