Skip to content

Commit

Permalink
(Aegis) use string index
Browse files Browse the repository at this point in the history
  • Loading branch information
ahyangyi committed Nov 13, 2023
1 parent 84aee77 commit 5e12921
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion industry/industries/farm.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
translation_name="FARM",
override_type=0x09,
layouts=SplitDefinition(
9,
"INDUSTRY_SIZE",
{
0: transcribe(large_set, tile_map),
1: transcribe(large_set, tile_map),
Expand Down
2 changes: 1 addition & 1 deletion industry/industries/oil_wells/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
translation_name="OIL_WELLS",
override_type=0x0B,
layouts=SplitDefinition(
9,
"INDUSTRY_SIZE",
{
0: transcribe(enormous_set, tile_map),
1: transcribe(huge_set, tile_map),
Expand Down

0 comments on commit 5e12921

Please sign in to comment.