1
0
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:
Zeno Rogue
2026-04-25 02:44:38 +02:00
parent 1f4c881c40
commit 5b1c2e7acd
2 changed files with 3 additions and 2 deletions
+2 -1
View File
@@ -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);