Skip to content

Commit

Permalink
More fomod preview images.
Browse files Browse the repository at this point in the history
  • Loading branch information
ceejbot committed Dec 20, 2023
1 parent cbfc23e commit 3a65abb
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 0 deletions.
Binary file modified installer/fomod/ModuleConfig.xml
Binary file not shown.
Binary file added installer/images/layouts-centered.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added installer/images/layouts-minimal.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added installer/images/layouts-square.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/data/food.rs
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ impl HasKeywords for FoodType {
let tags = strings_to_enumset::<FoodKeywords>(&keywords);
let containers = strings_to_enumset::<ContainerKeywords>(&keywords);

// Set operations to keep all this brainless and somewhat readable.
let icon = if !ICON_TEA.is_disjoint(tags) {
Icon::DrinkTea
} else if !ICON_WATER.is_disjoint(tags) {
Expand Down

0 comments on commit 3a65abb

Please sign in to comment.