Wand of probing reveals tin contents
This commit is contained in:
@@ -1248,6 +1248,7 @@ the throne room on the Samurai quest home level lacked a throne but gave
|
|||||||
coughing due to stinking cloud wakes up nearby monsters
|
coughing due to stinking cloud wakes up nearby monsters
|
||||||
stop occupation when timed levitation or choking issues a message
|
stop occupation when timed levitation or choking issues a message
|
||||||
use #monster to make dragon steed breathe
|
use #monster to make dragon steed breathe
|
||||||
|
wand of probing reveals tin contents
|
||||||
|
|
||||||
|
|
||||||
Fixes to 3.7.0-x General Problems Exposed Via git Repository
|
Fixes to 3.7.0-x General Problems Exposed Via git Repository
|
||||||
|
|||||||
@@ -566,7 +566,8 @@ probe_objchain(struct obj *otmp)
|
|||||||
otmp->lknown = 1;
|
otmp->lknown = 1;
|
||||||
if (!SchroedingersBox(otmp))
|
if (!SchroedingersBox(otmp))
|
||||||
otmp->cknown = 1;
|
otmp->cknown = 1;
|
||||||
}
|
} else if (otmp->otyp == TIN)
|
||||||
|
otmp->known = 1;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -2163,7 +2164,8 @@ bhito(struct obj *obj, struct obj *otmp)
|
|||||||
(void) display_cinventory(obj);
|
(void) display_cinventory(obj);
|
||||||
}
|
}
|
||||||
res = 1;
|
res = 1;
|
||||||
}
|
} else if (obj->otyp == TIN)
|
||||||
|
obj->known = 1;
|
||||||
if (res)
|
if (res)
|
||||||
learn_it = TRUE;
|
learn_it = TRUE;
|
||||||
break;
|
break;
|
||||||
|
|||||||
Reference in New Issue
Block a user