From 129e6fae14aef7fc0e28d1c7731a830893e8cd9f Mon Sep 17 00:00:00 2001 From: Gleb Mazovetskiy Date: Sun, 5 Jun 2022 11:27:38 +0100 Subject: [PATCH] Check for the mushroom quest elixir in the belt Fixes #4583 --- Source/towners.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/towners.cpp b/Source/towners.cpp index af8c0daa2..00ad41e4b 100644 --- a/Source/towners.cpp +++ b/Source/towners.cpp @@ -440,7 +440,7 @@ void TalkToWitch(Player &player, Towner & /*witch*/) InitQTextMsg(TEXT_MUSH11); return; } - if (HasInventoryItemWithId(player, IDI_SPECELIX)) { + if (HasInventoryOrBeltItemWithId(player, IDI_SPECELIX)) { InitQTextMsg(TEXT_MUSH12); Quests[Q_MUSHROOM]._qactive = QUEST_DONE; AllItemsList[IDI_SPECELIX].iUsable = true; /// BUGFIX: This will cause the elixir to be usable in the next game