From e79893a38c1bea1700b6fed699e8624f3b8ebf14 Mon Sep 17 00:00:00 2001 From: Lewis Date: Wed, 16 Oct 2019 18:49:28 +0100 Subject: [PATCH] Add healing item for shadow fight --- Source/relay/Guide/Quests/Level 13.ash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/relay/Guide/Quests/Level 13.ash b/Source/relay/Guide/Quests/Level 13.ash index c620a889..ebb843f9 100644 --- a/Source/relay/Guide/Quests/Level 13.ash +++ b/Source/relay/Guide/Quests/Level 13.ash @@ -1201,7 +1201,7 @@ void QLevel13GenerateTasks(ChecklistEntry [int] task_entries, ChecklistEntry [in } string [int] healing_items_available; - foreach it in $items[filthy poultice,gauze garter,red pixel potion,Dreadsylvanian seed pod,soggy used band-aid,Mer-kin healscroll,scented massage oil,extra-strength red potion,red potion] + foreach it in $items[filthy poultice,gauze garter,sew-on bandage,red pixel potion,Dreadsylvanian seed pod,soggy used band-aid,Mer-kin healscroll,scented massage oil,extra-strength red potion,red potion] { if (it.item_amount() == 0) continue;