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:
@@ -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);
|
||||
}
|
||||
|
Reference in New Issue
Block a user