mirror of
https://github.com/tbamud/tbamud.git
synced 2026-02-15 04:18:07 +01:00
Added protocols,lists and events, and fixed some bugs... refer to changelog.
This commit is contained in:
parent
6dadf24c51
commit
dd280c1b58
22 changed files with 419 additions and 89 deletions
|
|
@ -248,9 +248,9 @@ static void sedit_compact_rooms_menu(struct descriptor_data *d)
|
|||
clear_screen(d);
|
||||
for (i = 0; S_ROOM(shop, i) != NOWHERE; i++) {
|
||||
if (real_room(S_ROOM(shop, i)) != NOWHERE) {
|
||||
write_to_output(d, "%2d - [@c%5d@n] - @y%s@n\r\n", i, S_ROOM(shop, i), world[real_room(S_ROOM(shop, i))].name);
|
||||
write_to_output(d, "%2d - [@\t%5d\tn] - \ty%s\tn\r\n", i, S_ROOM(shop, i), world[real_room(S_ROOM(shop, i))].name);
|
||||
} else {
|
||||
write_to_output(d, "%2d - [@R!Removed Room!@n]\r\n", i);
|
||||
write_to_output(d, "%2d - [\tR!Removed Room!\tn]\r\n", i);
|
||||
}
|
||||
}
|
||||
write_to_output(d, "\r\n"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue