mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-27 14:37:16 +00:00
remove crossbow paths on orb use
This commit is contained in:
parent
517f4a833c
commit
61303fcab6
2
orbs.cpp
2
orbs.cpp
@ -597,6 +597,7 @@ EX bool haveRangedTarget() {
|
||||
}
|
||||
|
||||
void checkmoveO() {
|
||||
bow::bowpath_map.clear();
|
||||
if(multi::players > 1 && multi::activePlayers() == 1)
|
||||
multi::checklastmove();
|
||||
if(multi::players == 1) checkmove();
|
||||
@ -738,6 +739,7 @@ EX bool jumpTo(orbAction a, cell *dest, eItem byWhat, int bonuskill IS(0), eMons
|
||||
if(from) movecost(from, dest, 2);
|
||||
|
||||
createNoise(1);
|
||||
bow::bowpath_map.clear();
|
||||
|
||||
if(shmup::on)
|
||||
shmup::teleported();
|
||||
|
Loading…
Reference in New Issue
Block a user