Skip to content

Commit

Permalink
feat: plumpkin bunker meta article
Browse files Browse the repository at this point in the history
  • Loading branch information
hsanger committed Oct 28, 2024
1 parent 9e09169 commit e57bce8
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions app/(wiki)/buildings/[item]/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,18 @@ const toExport = GenericArticlePage({
title: "Tugboats",
items: ["tugboat_white", "tugboat_red"],
fileName: "tugboats"
},
{
title: "Plumpkin Bunker",
items: [
"plumpkin_bunker",
"hay_shed_4",
"plumpkin_bunker_main",
"plumpkin_bunker_vault",
"plumpkin_bunker_second_puzzle",
"plumpkin_bunker_third_puzzle"
],
fileName: "plumpkin_bunker_meta" // Same as port
}
]
});
Expand Down

0 comments on commit e57bce8

Please sign in to comment.