Skip to content

Commit c77e811

Browse files
committed
(Aegis) Fix for props name change
1 parent f4b5aa5 commit c77e811

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

industry/industry_tiles/one_tile_flat.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@
1212

1313

1414
the_industry_tile = AIndustryTile(
15-
id=0x23, sprites=[s for v in rotated_voxels for s in v.spritesheet(0, 0)], building_type=0
15+
id=0x23, sprites=[s for v in rotated_voxels for s in v.spritesheet(0, 0)], substitute_type=0
1616
)

0 commit comments

Comments
 (0)