From a76cbaaf7c48c8c2c5360ed366fb9d350830d65f Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Mon, 2 Mar 2020 18:02:58 +0100 Subject: [PATCH] changes: fixed Holy Grail --- items.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/items.cpp b/items.cpp index 9335b74f..3279b006 100644 --- a/items.cpp +++ b/items.cpp @@ -190,6 +190,7 @@ EX bool collectItem(cell *c2, bool telekinesis IS(false)) { items[itOrbSpeed] += v; items[itHolyGrail]++; addMessage(XLAT("Congratulations! You have found the Holy Grail!")); + if(!eubinary) changes.value_keep(c2->master->alt->emeraldval); if(!eubinary) c2->master->alt->emeraldval |= GRAIL_FOUND; achievement_collection(c2->item); }