mirror of
				https://github.com/zenorogue/hyperrogue.git
				synced 2025-10-30 21:42:59 +00:00 
			
		
		
		
	The Orb of Beauty now lifts rose-scent restrictions on targeting of ranged orbs
This commit is contained in:
		
							
								
								
									
										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; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Jesse Ruderman
					Jesse Ruderman