mirror of
				https://github.com/zenorogue/hyperrogue.git
				synced 2025-10-30 21:42:59 +00:00 
			
		
		
		
	it is no longer allowed to use Orb of Space on saved Baby Tortoises
This commit is contained in:
		
							
								
								
									
										2
									
								
								orbs.cpp
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								orbs.cpp
									
									
									
									
									
								
							| @@ -1248,6 +1248,8 @@ eItem targetRangedOrb(cell *c, orbAction a) { | ||||
|     } | ||||
|   else if(items[itOrbSpace] && c->item == itBarrow) | ||||
|     addMessage(XLAT("%The1 is protected from this kind of magic!", c->item)); | ||||
|   else if(items[itOrbSpace] && saved_tortoise_on(c)) | ||||
|     addMessage(XLAT("No, that would be heartless!")); | ||||
|   else if(c->item && items[itOrbSpace] && !itemHiddenFromSight(c)) { | ||||
|     if(cwt.c->item) | ||||
|       addMessage(XLAT("Cannot use %the1 here!", itOrbSpace)); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Zeno Rogue
					Zeno Rogue