xorn comment
This commit is contained in:
+2
-1
@@ -1338,7 +1338,8 @@ register struct monst *mtmp;
|
|||||||
notseen = (!mtmp->mcansee || (Invis && !perceives(mtmp->data)));
|
notseen = (!mtmp->mcansee || (Invis && !perceives(mtmp->data)));
|
||||||
/* add cases as required. eg. Displacement ... */
|
/* add cases as required. eg. Displacement ... */
|
||||||
if (notseen || Underwater) {
|
if (notseen || Underwater) {
|
||||||
/* Xorns can smell valuable metal like gold, treat as seen */
|
/* Xorns can smell quantities of valuable metal
|
||||||
|
like that in solid gold coins, treat as seen */
|
||||||
if ((mtmp->data == &mons[PM_XORN]) &&
|
if ((mtmp->data == &mons[PM_XORN]) &&
|
||||||
#ifndef GOLDOBJ
|
#ifndef GOLDOBJ
|
||||||
u.ugold
|
u.ugold
|
||||||
|
|||||||
Reference in New Issue
Block a user