mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-26 01:50:36 +00:00
yet another centerover
This commit is contained in:
parent
67cfdfe59f
commit
2888b5f7cd
2
init.cpp
2
init.cpp
@ -541,7 +541,7 @@ void handleclick(MOBPAR_FORMAL) {
|
|||||||
cell *c = whirlwind::jumpDestination(cwt.c);
|
cell *c = whirlwind::jumpDestination(cwt.c);
|
||||||
if(c) centerover.c = c, centerover.spin = 0;
|
if(c) centerover.c = c, centerover.spin = 0;
|
||||||
}
|
}
|
||||||
targetRangedOrb(centerover, roKeyboard);
|
targetRangedOrb(centerover.c, roKeyboard);
|
||||||
getcstat = 0;
|
getcstat = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user