diff --git a/apps/api/src/database/seeds/local-location.content.ts b/apps/api/src/database/seeds/local-location.content.ts index d944291..b041d2e 100644 --- a/apps/api/src/database/seeds/local-location.content.ts +++ b/apps/api/src/database/seeds/local-location.content.ts @@ -158,6 +158,7 @@ export const SOUTH_GATE_LOCAL_CONTENT: LocalLocationContent = { resultTitle: 'Notice Board', resultText: 'Weathered notices flutter in the wind. A fresh one warns of raiders on the Burned Road and promises silver for every bandit killed.', + resultImg: '/images/environment/notice-board.png', }, { key: 'gate-watch', diff --git a/apps/web/public/images/environment/notice-board.png b/apps/web/public/images/environment/notice-board.png index 78e3716..1a2a82c 100644 Binary files a/apps/web/public/images/environment/notice-board.png and b/apps/web/public/images/environment/notice-board.png differ diff --git a/apps/web/public/images/environment/notice-board_comic.png b/apps/web/public/images/environment/notice-board_comic.png new file mode 100644 index 0000000..78e3716 Binary files /dev/null and b/apps/web/public/images/environment/notice-board_comic.png differ diff --git a/apps/web/public/images/npcs/borin.png b/apps/web/public/images/npcs/borin.png index 443d80d..46f1888 100644 Binary files a/apps/web/public/images/npcs/borin.png and b/apps/web/public/images/npcs/borin.png differ diff --git a/apps/web/public/images/npcs/graufurt-gate-watch.png b/apps/web/public/images/npcs/graufurt-gate-watch.png index 39c04e7..f958ba0 100644 Binary files a/apps/web/public/images/npcs/graufurt-gate-watch.png and b/apps/web/public/images/npcs/graufurt-gate-watch.png differ