From f3d6f831dd75d259486641857abaebc648f4db3d Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Mon, 28 Feb 2022 20:15:51 +0100 Subject: [PATCH] Curse of Repulsion now correctly marked as used --- items.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/items.cpp b/items.cpp index 7d63e4f4..4d2bd610 100644 --- a/items.cpp +++ b/items.cpp @@ -42,6 +42,7 @@ EX bool doPickupItemsWithMagnetism(cell *c) { c4->item = c3->item; moveEffect(movei(c3, c4, (cw+j).spin), moDeadBird); c3->item = itNone; + markOrb(itCurseRepulsion); } } }