force tingling nose
<Someone> wrote: >I also note that it's weird for your nose to stop tingling and your >sense of smell to return to normal, if flags.beginner prevented your >realising that your nose was tingling in the first place.
This commit is contained in:
@@ -313,9 +313,14 @@ register struct obj *sobj;
|
|||||||
char buf[BUFSZ];
|
char buf[BUFSZ];
|
||||||
Sprintf(buf, "Your %s twitches%s.", body_part(NOSE),
|
Sprintf(buf, "Your %s twitches%s.", body_part(NOSE),
|
||||||
(sobj->blessed && !u.uedibility) ? " then starts to tingle" : "");
|
(sobj->blessed && !u.uedibility) ? " then starts to tingle" : "");
|
||||||
strange_feeling(sobj, buf);
|
if (sobj->blessed && !u.uedibility) {
|
||||||
if (sobj->blessed && !u.uedibility)
|
boolean savebeginner = flags.beginner; /* prevent non-delivery of */
|
||||||
|
flags.beginner = FALSE; /* message */
|
||||||
|
strange_feeling(sobj, buf);
|
||||||
|
flags.beginner = savebeginner;
|
||||||
u.uedibility = 1;
|
u.uedibility = 1;
|
||||||
|
} else
|
||||||
|
strange_feeling(sobj, buf);
|
||||||
}
|
}
|
||||||
return !stale;
|
return !stale;
|
||||||
} else if (!ct) {
|
} else if (!ct) {
|
||||||
|
|||||||
Reference in New Issue
Block a user