mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-10 15:59:53 +00:00
The Orb of Beauty now lifts rose-scent restrictions on targeting of ranged orbs
This commit is contained in:
parent
2ef9268c01
commit
32878e5191
2
orbs.cpp
2
orbs.cpp
@ -1246,7 +1246,7 @@ EX eItem targetRangedOrb(cell *c, orbAction a) {
|
||||
if(rosedist(cwt.at) == 1) {
|
||||
int r = rosemap[cwt.at];
|
||||
int r2 = rosemap[c];
|
||||
if(r2 <= r) {
|
||||
if(r2 <= r && !markOrb(itOrbBeauty)) {
|
||||
if(a == roKeyboard || a == roMouseForce )
|
||||
addMessage(XLAT("Those roses smell too nicely. You can only target cells closer to them!"));
|
||||
return itNone;
|
||||
|
Loading…
Reference in New Issue
Block a user