mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-10-22 09:27:40 +00:00
further work for 10.0
This commit is contained in:
4
hud.cpp
4
hud.cpp
@@ -231,6 +231,10 @@ void displayglyph2(int cx, int cy, int buttonsize, int i) {
|
||||
mouseovers += XLAT(" (click to drop)");
|
||||
getcstat = 'g';
|
||||
}
|
||||
if(it == itInventory) {
|
||||
mouseovers += XLAT(" (click to use)");
|
||||
getcstat = 'i';
|
||||
}
|
||||
if(imp & GLYPH_LOCAL) mouseovers += XLAT(" (local treasure)");
|
||||
help = generateHelpForItem(it);
|
||||
}
|
||||
|
Reference in New Issue
Block a user