Curse of Repulsion now correctly marked as used

This commit is contained in:
Zeno Rogue 2022-02-28 20:15:51 +01:00
parent f50f3c89dc
commit f3d6f831dd
1 changed files with 1 additions and 0 deletions

View File

@ -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);
}
}
}