From 061e9bb014b1a00e6b53d4f0c135b1905f8ab73f Mon Sep 17 00:00:00 2001 From: Jesse Ruderman Date: Sat, 26 Jun 2021 22:36:15 -0700 Subject: [PATCH] Fix extra Viziers when walking around the Palace with 12 treasures --- items.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/items.cpp b/items.cpp index cadbdeab..1547075a 100644 --- a/items.cpp +++ b/items.cpp @@ -106,7 +106,7 @@ EX bool collectItem(cell *c2, bool telekinesis IS(false)) { string s0 = ""; if(c2->item == itPalace && items[c2->item] == 12) - princess::forceVizier = true; + changes.value_set(princess::forceVizier, true); if(!cantGetGrimoire(c2, false)) collectMessage(c2, c2->item); if(c2->item == itDodeca && peace::on) peace::simon::extend();