In act.movement.c: do_wake(), the subroutine is missing a small check.
After act("$E is already awake.", FALSE, ch, 0, vict, TO_CHAR);
You should add this:
else if (GET_POS(vict) < POS_SLEEPING)
act("$E is like...dying and stuff...", FALSE, ch, 0, vict, TO_CHAR);
linc aka Aladdin of Eternity DikuMUD
This archive was generated by hypermail 2b30 : 12/07/00 PST