mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2026-06-07 13:22:11 +00:00
click the wind icon to go; clicking the Inventory and Wind icons work in Android
This commit is contained in:
@@ -260,6 +260,10 @@ void displayglyph2(int cx, int cy, int buttonsize, int i) {
|
||||
mouseovers += XLAT(" (click to drop)");
|
||||
getcstat = 'g';
|
||||
}
|
||||
if(it == itStrongWind) {
|
||||
mouseovers += XLAT(" (click to use)");
|
||||
getcstat = 't';
|
||||
}
|
||||
if(it == itInventory) {
|
||||
mouseovers += XLAT(" (click to use)");
|
||||
getcstat = 'i';
|
||||
|
||||
Reference in New Issue
Block a user