mirror of
https://github.com/tbamud/tbamud.git
synced 2025-12-22 10:10:13 +01:00
Added happyhour feature and game_info function
This commit is contained in:
parent
2c912fe623
commit
88fb85b126
14 changed files with 340 additions and 98 deletions
|
|
@ -1232,6 +1232,14 @@ struct guild_info_type
|
|||
int direction;
|
||||
};
|
||||
|
||||
/** Happy Hour Data */
|
||||
struct happyhour {
|
||||
int qp_rate;
|
||||
int exp_rate;
|
||||
int gold_rate;
|
||||
int ticks_left;
|
||||
};
|
||||
|
||||
/* Config structs */
|
||||
|
||||
/** The game configuration structure used for configurating the game play
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue