mirror of
https://github.com/tbamud/tbamud.git
synced 2026-02-25 08:34:09 +01:00
Removed hometown and languages. --Rumble
This commit is contained in:
parent
bfa47111db
commit
2f24e37bb8
15 changed files with 24 additions and 42 deletions
|
|
@ -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)) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue