fix: Fix for witch's apprentice quest - was not "beatable" (#1554)

This commit is contained in:
Eric Vintimilla 2023-10-17 10:57:59 -04:00 committed by GitHub
parent 24858f3989
commit 85e23d8d83
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -479,7 +479,7 @@ public abstract partial class BaseBeverage : Item, IHasQuantity
var obj = qs.FindObjective<FindIngredientObjective>();
if (obj?.Completed == true && obj.Ingredient == Ingredient.SwampWater)
if (obj?.Completed == false && obj.Ingredient == Ingredient.SwampWater)
{
var contains = false;