Skip to content

Commit

Permalink
vertical huge added to rocks
Browse files Browse the repository at this point in the history
  • Loading branch information
Aki Vänttinen committed Aug 10, 2024
1 parent 7f40701 commit a9f0d75
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions sharpy/general/rocks.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,16 @@
UnitTypeId.DESTRUCTIBLEICE2X6HORIZONTAL,
UnitTypeId.DESTRUCTIBLEROCK2X6HORIZONTAL,
UnitTypeId.DESTRUCTIBLEROCKEX12X6HORIZONTAL,
UnitTypeId.DESTRUCTIBLEROCKEX1HORIZONTALHUGE,
}

breakable_rocks_2x6 = {
UnitTypeId.DESTRUCTIBLECITYDEBRIS2X6VERTICAL,
UnitTypeId.DESTRUCTIBLEICE2X6VERTICAL,
UnitTypeId.DESTRUCTIBLEROCK2X6VERTICAL,
UnitTypeId.DESTRUCTIBLEROCKEX12X6VERTICAL,
UnitTypeId.DESTRUCTIBLEROCKEX1VERTICALHUGE,

}

breakable_rocks_6x6 = {
Expand Down

0 comments on commit a9f0d75

Please sign in to comment.