mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-10-20 00:17:39 +00:00
rogueviz:: fixed the mouseover labels; also 'canvas' removed automatically
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user