From 2be422e7da4ecb404fa48a07f3ae812240891c0d Mon Sep 17 00:00:00 2001 From: Kennynes Date: Sun, 6 Oct 2024 12:49:54 +0000 Subject: [PATCH] Reverted some tutorial island dialogue --- .../region/misc/tutisland/handlers/TutorialStage.kt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Server/src/main/content/region/misc/tutisland/handlers/TutorialStage.kt b/Server/src/main/content/region/misc/tutisland/handlers/TutorialStage.kt index 0fafa1c84..3ab07f9ac 100644 --- a/Server/src/main/content/region/misc/tutisland/handlers/TutorialStage.kt +++ b/Server/src/main/content/region/misc/tutisland/handlers/TutorialStage.kt @@ -814,10 +814,10 @@ object TutorialStage { Component.setUnclosable( player, player.dialogueInterpreter.sendPlaneMessageWithBlueTitle( - "This is your worn equipment.", - "From here you can see what items you have equipped. You will", - "notice the button 'Show Equipment Stats'. Click on this now to", - "display the details of what you have equipped.", + "This is your worn inventory.", + "From here you can see what items you have equipped. Let's", + "get one of those slots filled, go back to your inventory and", + "right click your dagger, select wield from the menu.", "" ) )