mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2026-05-12 01:42:05 +00:00
mif drawplayer is off, more game help is disabled
This commit is contained in:
@@ -1117,7 +1117,8 @@ EX void describeMouseover() {
|
||||
if(!c->monst) set_help_to(c->item);
|
||||
}
|
||||
|
||||
if(isPlayerOn(c) && !shmup::on) out += XLAT(", you"), help = generateHelpForMonster(moPlayer);
|
||||
if(isPlayerOn(c) && !shmup::on && mapeditor::drawplayer)
|
||||
out += XLAT(", you"), help = generateHelpForMonster(moPlayer);
|
||||
|
||||
shmup::addShmupHelp(out);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user