Added new object variable wearflag. --Rumble

This commit is contained in:
Rumble
2007-06-30 09:47:54 +00:00
parent a43282aad1
commit 52194dacdd
4 changed files with 21 additions and 31 deletions

View File

@@ -785,8 +785,6 @@ ACMD(do_wake)
else {
send_to_char(ch, "You awaken, and sit up.\r\n");
act("$n awakens.", TRUE, ch, 0, 0, TO_ROOM);
/* Were they asleep while sitting? */
char_from_furniture(ch);
GET_POS(ch) = POS_SITTING;
}
}