mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-11-14 12:47:10 +00:00
bow:: The warped space distracts you from reloading while staying in place
This commit is contained in:
7
orbs.cpp
7
orbs.cpp
@@ -216,7 +216,12 @@ EX void reduceOrbPowers() {
|
|||||||
whirlwind::calcdirs(cwt.at);
|
whirlwind::calcdirs(cwt.at);
|
||||||
items[itStrongWind] = !items[itOrbAether] && whirlwind::qdirs == 1;
|
items[itStrongWind] = !items[itOrbAether] && whirlwind::qdirs == 1;
|
||||||
items[itWarning] = 0;
|
items[itWarning] = 0;
|
||||||
if(items[itCrossbow]) items[itCrossbow]--;
|
if(items[itCrossbow]) {
|
||||||
|
if(lastmovetype == lmSkip && isWarped(cwt.at))
|
||||||
|
addMessage(XLAT("The warped space distracts you from reloading while staying in place!"));
|
||||||
|
else
|
||||||
|
items[itCrossbow]--;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
eWall orig_wall;
|
eWall orig_wall;
|
||||||
|
|||||||
Reference in New Issue
Block a user