Fix: SE042 Problem: Under special circumstances, perhaps only when recovering from blindness, eggs which hatch from your pack produce rubbish in messages. Reported message when two eggs hatched: "You can see again. You see 8@ drop out of your pack" The same bug appears to be present in NetHack 3.3.0 Reported by: Peter Makholm, peter@makholm.net Compatible with: Slash'EM 0.0.6E0 NetHack 3.3.0 Author: J. Ali Harlow, ali@avrc.city.ac.uk Date: 18 Jan 2000 *** src/timeout.c.orig Mon Jan 17 13:29:50 2000 --- src/timeout.c Tue Jan 18 10:12:40 2000 *************** *** 746,752 **** switch (egg->where) { case OBJ_INVENT: knows_egg = TRUE; /* true even if you are blind */ ! if (Blind) You_feel("%s %s from your pack!", something, locomotion(mon->data, "drop")); else --- 746,752 ---- switch (egg->where) { case OBJ_INVENT: knows_egg = TRUE; /* true even if you are blind */ ! if (!cansee_hatchspot) You_feel("%s %s from your pack!", something, locomotion(mon->data, "drop")); else