Updated World (thanks Parna) and other text files for release. --Rumble

This commit is contained in:
Rumble
2010-01-26 23:24:49 +00:00
parent 00efdfc9aa
commit ef9d61d984
349 changed files with 6589 additions and 5743 deletions

View File

@@ -24,7 +24,7 @@
* @todo cpp_extern isn't needed here (or anywhere) as the extern reserved word
* works correctly with C compilers (at least in my Experience)
* Jeremy Osborne 1/28/2008 */
cpp_extern const char *tbamud_version = "tbaMUD 3.60";
cpp_extern const char *tbamud_version = "tbaMUD 3.61";
/* strings corresponding to ordinals/bitvectors in structs.h */
/* (Note: strings for class definitions in class.c instead of here) */
@@ -187,8 +187,9 @@ const char *action_bits[] = {
"NO_CHARM",
"NO_SUMMN",
"NO_SLEEP",
"NO_KILL",
"NO_BASH",
"NO_BLIND",
"NO_KILL",
"DEAD", /* You should never see this. */
"\n"
};