diff --git a/CHANGELOG.md b/CHANGELOG.md index a43d7a14..5441fa87 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,19 @@ and this project adheres to [Semantic Versioning]( import type { ChatMessagePF2e } from 'foundry-pf2e'; + import { i18n } from 'src/utils'; export let message: ChatMessagePF2e; const { unstartedTourConfigs } = message.flags['pf2e-graphics'] as { unstartedTourConfigs: TourConfig[] }; @@ -8,17 +9,31 @@ window.game.settings.set('pf2e-graphics', 'tourNag', false); message.delete(); } + + function getTourDoc(tour: TourConfig) { + return window.game.tours.get(`${tour.namespace}.${tour.id}`) as Tour; + } -

Welcome to PF2e Graphics!

+
+

Welcome to PF2e Graphics!

+ +

Do you want a tour? :)

-

Do you want a tour? :)

- -
- + +
+ +