From d04416dae886a7a513214e9781b9ac178ab904c2 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Sun, 1 Aug 2021 02:39:42 +0200 Subject: [PATCH] fived bugs with moving the key with boats --- items.cpp | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/items.cpp b/items.cpp index 1547075a..d482f58d 100644 --- a/items.cpp +++ b/items.cpp @@ -390,14 +390,15 @@ EX void moveItem1(cell *from, cell *to, bool activateYendor) { if(xnew && activateYendor) yendor::check(from); for(int i=0; iitem == itKey) { - for(int i=0; iitem == itBabyTortoise || to->item == itBabyTortoise) {