Removed hometown and languages. --Rumble

This commit is contained in:
Rumble
2007-05-15 03:11:08 +00:00
parent bfa47111db
commit 2f24e37bb8
15 changed files with 24 additions and 42 deletions

View File

@@ -2573,7 +2573,7 @@ char *act(const char *str, int hide_invisible, struct char_data *ch,
char buf[MAX_STRING_LENGTH];
for (i = descriptor_list; i; i = i->next) {
if (!IS_NPC(i->character) && !i->connected && i->character &&
if (!i->connected && i->character &&
!PRF_FLAGGED(i->character, PRF_NOGOSS) &&
!PLR_FLAGGED(i->character, PLR_WRITING) &&
!ROOM_FLAGGED(IN_ROOM(i->character), ROOM_SOUNDPROOF)) {