From 943d6edabd384a2efdb982b52d2e171962d91081 Mon Sep 17 00:00:00 2001 From: Drecon84 Date: Tue, 22 Jul 2025 21:06:58 +0200 Subject: [PATCH] Re-adding item to New Game+ Adventure When I put in the code to delete quest items on a new game+ I forgot to re-add the colorless rune in case you start without the main quest (you get it as part of the main quest). This fixes that. --- forge-gui/res/adventure/Shandalar/world/quests.json | 1 + 1 file changed, 1 insertion(+) diff --git a/forge-gui/res/adventure/Shandalar/world/quests.json b/forge-gui/res/adventure/Shandalar/world/quests.json index 80fcc2e225c..cc8eb1902ca 100644 --- a/forge-gui/res/adventure/Shandalar/world/quests.json +++ b/forge-gui/res/adventure/Shandalar/world/quests.json @@ -7038,6 +7038,7 @@ "action": [ { "removeItem": "", + "addItem": "Colorless rune", "setColorIdentity": "", "advanceQuestFlag": "", "advanceMapFlag": "",