mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-19 15:20:27 +00:00
Curse of Repulsion now correctly marked as used
This commit is contained in:
parent
f50f3c89dc
commit
f3d6f831dd
@ -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);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user