The Orb of Beauty now lifts rose-scent restrictions on targeting of ranged orbs

This commit is contained in:
Jesse Ruderman 2021-06-27 02:39:34 -07:00
parent 2ef9268c01
commit 32878e5191
1 changed files with 1 additions and 1 deletions

View File

@ -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;