Minor bug fixes and ZONE_WORLDMAP flag

This commit is contained in:
JamDog
2010-12-16 00:32:58 +00:00
parent d38117ead2
commit ba83b532b1
6 changed files with 22 additions and 4 deletions

View File

@@ -159,6 +159,7 @@ const char *room_bits[] = {
"OLC",
"*", /* The BFS Mark. */
"WORLDMAP",
"MAIL",
"\n"
};
@@ -285,6 +286,7 @@ const char *action_bits[] = {
"NO_BASH",
"NO_BLIND",
"NO_KILL",
"MAILMAN",
"DEAD", /* You should never see this. */
"\n"
};