mirror of
				https://github.com/zenorogue/hyperrogue.git
				synced 2025-11-03 23:33:01 +00:00 
			
		
		
		
	item help bugfix
This commit is contained in:
		
							
								
								
									
										2
									
								
								help.cpp
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								help.cpp
									
									
									
									
									
								
							@@ -735,7 +735,7 @@ void describeMouseover() {
 | 
				
			|||||||
      if(c->item == itBabyTortoise && tortoise::seek()) 
 | 
					      if(c->item == itBabyTortoise && tortoise::seek()) 
 | 
				
			||||||
        out += " " + tortoise::measure(tortoise::babymap[c]);
 | 
					        out += " " + tortoise::measure(tortoise::babymap[c]);
 | 
				
			||||||
      if(!c->monst) 
 | 
					      if(!c->monst) 
 | 
				
			||||||
        help = bygen([c] () { gotoHelpFor(c->monst); });
 | 
					        help = bygen([c] () { gotoHelpFor(c->item); });
 | 
				
			||||||
      }
 | 
					      }
 | 
				
			||||||
    
 | 
					    
 | 
				
			||||||
    if(isPlayerOn(c) && !shmup::on) out += XLAT(", you"), help = generateHelpForMonster(moPlayer);
 | 
					    if(isPlayerOn(c) && !shmup::on) out += XLAT(", you"), help = generateHelpForMonster(moPlayer);
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user