mirror of
https://github.com/tbamud/tbamud.git
synced 2025-12-22 10:10:13 +01:00
[Jun 11 2008] - Rumble
Added notification via prompt for new MOTD and news entries. (thanks Jamdog) Added all option to the restore command. (thanks Jamdog) Added new trigger variable hasattached. (thanks Fizban)
This commit is contained in:
parent
c486097e81
commit
cfe59d3e04
14 changed files with 169 additions and 7 deletions
|
|
@ -910,6 +910,8 @@ struct player_special_data_saved
|
|||
int current_quest; /**< vnum of current quest */
|
||||
int quest_time; /**< time left on current quest */
|
||||
int quest_counter; /**< Count of targets left to get */
|
||||
time_t lastmotd; /**< Last time player read motd */
|
||||
time_t lastnews; /**< Last time player read news */
|
||||
};
|
||||
|
||||
/** Specials needed only by PCs, not NPCs. Space for this structure is
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue