forked from kyonshi/grenzland-mud
Updated World (thanks Parna) and other text files for release. --Rumble
This commit is contained in:
@@ -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"
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user