Skip to content

Commit

Permalink
Merge pull request #214 from hammer-hao/main
Browse files Browse the repository at this point in the history
Add Dark Shrine to building size mapping
  • Loading branch information
raspersc2 authored Feb 3, 2025
2 parents 8b09da9 + e370eed commit 9b87165
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 9b87165

Please sign in to comment.