1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-09-06 12:27:57 +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

@@ -2510,7 +2510,7 @@ void celldrawer::draw_item_full() {
}
if(it) {
if((c->land == laWhirlwind || c->item == itBabyTortoise || c->land == laWestWall) && c->wall != waBoat) {
if(c->wall != waBoat) {
double footphase = 0;
applyAnimation(c, Vboat, footphase, LAYER_BOAT);
}