Skip to content

Commit f88082c

Browse files
author
Spencer Carlson
committed
Add:
Newline for quest journal.
1 parent 29ba780 commit f88082c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/plugins/quests/witchs-potion-quest.plugin.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ import { Position } from '@engine/world/position';
1010

1111
const journalHandler: QuestJournalHandler = {
1212

13-
0: `<col=000080>I can start this quest by speaking to <col=800000>Hetty<col=000080> in her house in <col=800000>Rimmington<col=000080>, West of <col=800000>Port Sarim`,
14-
13+
0: `<col=000080>I can start this quest by speaking to <col=800000>Hetty<col=000080> in her house in
14+
<col=800000>Rimmington<col=000080>, West of <col=800000>Port Sarim`,
1515

1616
50: player => {
1717
let questLog = `<str><col=000000>I spoke to Hetty in her house at Rimmington. Hetty told me</str>

0 commit comments

Comments
 (0)