mirror of
https://github.com/tbamud/tbamud.git
synced 2025-09-21 21:40:49 +02:00
parent
213e52d255
commit
498b652546
1 changed files with 1 additions and 2 deletions
|
@ -519,7 +519,7 @@ void look_at_room(struct char_data *ch, int ignore_brief)
|
|||
send_to_char(ch, "]");
|
||||
}
|
||||
}
|
||||
else {
|
||||
else
|
||||
send_to_char(ch, "%s", world[IN_ROOM(ch)].name);
|
||||
send_to_char(ch, "%s\r\n", CCNRM(ch, C_NRM));
|
||||
|
||||
|
@ -539,7 +539,6 @@ void look_at_room(struct char_data *ch, int ignore_brief)
|
|||
list_obj_to_char(world[IN_ROOM(ch)].contents, ch, SHOW_OBJ_LONG, FALSE);
|
||||
list_char_to_char(world[IN_ROOM(ch)].people, ch);
|
||||
}
|
||||
}
|
||||
|
||||
static void look_in_direction(struct char_data *ch, int dir)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue