mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-09-01 02:07:57 +00:00
cleaned up where summoned creature appears for Orb of Life and Orb of Friendship
This commit is contained in:
@@ -261,7 +261,7 @@ EX namespace westwall {
|
||||
animateMovement(match(whirlline[i+1], whirlline[i]), LAYER_BOAT);
|
||||
}
|
||||
for(int i=0; i<z; i++)
|
||||
pickupMovedItems(whirlline[i]);
|
||||
pickupMovedItems(whirlline[i], i<z-1 ? whirlline[i+1] : whirlline[0]);
|
||||
}
|
||||
|
||||
EX void move() {
|
||||
|
Reference in New Issue
Block a user