1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-11-10 02:33:00 +00:00

dual:: glance message

This commit is contained in:
Zeno Rogue
2019-05-29 23:07:18 +02:00
parent 83d1e048e7
commit 9561e348a1
2 changed files with 20 additions and 15 deletions

View File

@@ -96,8 +96,9 @@ namespace dual {
for(int i=0; i<ittypes; i++) orbusedbak[i] = orbused[i];
if(d < 0) {
if(d == -2 && items[itGreenStone] == 1) {
if(d == -2 && items[itGreenStone] < 2) {
switch_to(cg);
glance_message();
return false;
}
bool ok = true;