1
0
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:
Zeno Rogue
2017-10-17 20:59:27 +02:00
parent 3bee24d3e2
commit f94bb344d5
3 changed files with 24 additions and 2 deletions
+4
View File
@@ -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';