mirror of
https://github.com/tbamud/tbamud.git
synced 2026-03-23 12:46:32 +01:00
Remove practice command, add skills command, remove guild special room assignment
This commit is contained in:
parent
31e46e739d
commit
5a19b015e3
11 changed files with 27 additions and 139 deletions
|
|
@ -952,7 +952,6 @@ struct player_special_data_saved
|
|||
struct txt_block *comm_hist[NUM_HIST]; /**< Communication history */
|
||||
ubyte page_length; /**< Max number of rows of text to send at once */
|
||||
ubyte screen_width; /**< How wide the display page is */
|
||||
int spells_to_learn; /**< Remaining number of practice sessions */
|
||||
int olc_zone; /**< Current olc permissions */
|
||||
int questpoints; /**< Number of quest points earned */
|
||||
qst_vnum *completed_quests; /**< Quests completed */
|
||||
|
|
@ -1209,7 +1208,7 @@ struct str_app_type
|
|||
* wisdom attribute. */
|
||||
struct wis_app_type
|
||||
{
|
||||
byte bonus; /**< how many practices player gains per lev */
|
||||
byte bonus; /**< how many practices player gains per lev, unused now */
|
||||
};
|
||||
|
||||
/** Describes the bonuses applied for a specific value of a character's
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue