1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-09-24 04:54:04 +00:00

item movement animations for Orb of Space and Curse of Repulsion

This commit is contained in:
Zeno Rogue
2024-03-19 19:25:08 +01:00
parent 77a4bb4160
commit 37b498203c
3 changed files with 8 additions and 1 deletions

View File

@@ -40,6 +40,7 @@ EX bool doPickupItemsWithMagnetism(cell *c) {
changes.ccell(c3);
changes.ccell(c4);
moveItem(c3, c4, false);
animateMovement(match(c3, c4), LAYER_BOAT);
moveEffect(movei(c4, c4, NODIR), moDeadBird);
markOrb(itCurseRepulsion);
}