mirror of
https://github.com/tbamud/tbamud.git
synced 2025-12-22 10:10:13 +01:00
Updated World and files for 3.55 release. --Rumble
This commit is contained in:
parent
453cbdaf0b
commit
af18bd91b6
98 changed files with 7739 additions and 4409 deletions
|
|
@ -14,7 +14,7 @@
|
|||
* account the version and supply their own definition for the macro if used
|
||||
* on an older version. You are supposed to compare this with the macro
|
||||
* TBAMUD_VERSION() in utils.h. */
|
||||
#define _TBAMUD 0x030540 /* Major/Minor/Patchlevel - MMmmPP */
|
||||
#define _TBAMUD 0x030550 /* Major/Minor/Patchlevel - MMmmPP */
|
||||
|
||||
/* If you want equipment to be automatically equipped to the same place
|
||||
* it was when players rented, set the define below to 1. */
|
||||
|
|
@ -763,7 +763,6 @@ struct char_special_data {
|
|||
|
||||
struct player_special_data_saved {
|
||||
byte skills[MAX_SKILLS+1]; /* array of skills plus skill 0 */
|
||||
byte PADDING0; /* used to be spells_to_learn */
|
||||
int wimp_level; /* Below this # of hit points, flee! */
|
||||
byte freeze_level; /* Level of god who froze char, if any */
|
||||
sh_int invis_level; /* level of invisibility */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue