Skip to content

Commit

Permalink
Add architect's portrait
Browse files Browse the repository at this point in the history
  • Loading branch information
Keriew committed Mar 13, 2024
1 parent e6df3a6 commit 9dd5473
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/window/building/figures.c
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,8 @@ static int big_people_image(figure_type type)
return assets_lookup_image_id(ASSET_OX);
case FIGURE_MARKET_SUPPLIER:
return assets_get_image_id("Walkers", "marketbuyer_portrait_overlay");
case FIGURE_WORK_CAMP_ARCHITECT:
return assets_get_image_id("Walkers", "architect_portrait");
default:
break;
}
Expand Down

0 comments on commit 9dd5473

Please sign in to comment.