mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-10-29 04:47:41 +00:00
Strong Wind and Orb of Vaulting now better with Orb of the Sword
This commit is contained in:
@@ -1224,7 +1224,8 @@ EX void groupmove(eMonster movtype, flagtype mf) {
|
||||
}
|
||||
|
||||
if(movtype == moEagle && c->monst == moNone && !isPlayerOn(c) && !bird_disruption(c)) {
|
||||
cell *c2 = whirlwind::jumpFromWhereTo(c, false);
|
||||
jumpdata jdata;
|
||||
cell *c2 = whirlwind::jumpFromWhereTo(c, false, jdata);
|
||||
groupmove2(movei(c2, c, STRONGWIND), movtype, mf);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user