mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-10-21 17:07:40 +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) + " ";
|
help += "/" + fts(ei->weight)+":" + fts(ei->weight2) + " ";
|
||||||
}
|
}
|
||||||
|
|
||||||
out += o;
|
if(out == XLATN("Canvas")) out = o;
|
||||||
|
else out = out + ", " + o;
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user