mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-23 21:07:17 +00:00
item help bugfix
This commit is contained in:
parent
206e56942a
commit
a154ead894
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);
|
||||||
|
Loading…
Reference in New Issue
Block a user