mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-10-31 22:12:59 +00:00
Curse of Repulsion now correctly marked as used
This commit is contained in:
@@ -42,6 +42,7 @@ EX bool doPickupItemsWithMagnetism(cell *c) {
|
|||||||
c4->item = c3->item;
|
c4->item = c3->item;
|
||||||
moveEffect(movei(c3, c4, (cw+j).spin), moDeadBird);
|
moveEffect(movei(c3, c4, (cw+j).spin), moDeadBird);
|
||||||
c3->item = itNone;
|
c3->item = itNone;
|
||||||
|
markOrb(itCurseRepulsion);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user