mirror of
https://github.com/tbamud/tbamud.git
synced 2026-02-28 18:10:16 +01:00
Updated World (thanks Parna) and other text files for release. --Rumble
This commit is contained in:
parent
00efdfc9aa
commit
ef9d61d984
349 changed files with 6589 additions and 5743 deletions
|
|
@ -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"
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue