mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-06-05 16:04:07 +00:00
rogueviz:: fixed the mouseover labels; also 'canvas' removed automatically
This commit is contained in:
parent
d48207cd2f
commit
8caa1f1354
@ -994,7 +994,9 @@ bool describe_monster(shmup::monster *m, string& out) {
|
||||
help += "/" + fts(ei->weight)+":" + fts(ei->weight2) + " ";
|
||||
}
|
||||
|
||||
out += o;
|
||||
if(out == XLATN("Canvas")) out = o;
|
||||
else out = out + ", " + o;
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user