mirror of
https://github.com/tbamud/tbamud.git
synced 2026-03-20 19:26:33 +01:00
Remove happyhour
This commit is contained in:
parent
9ce2340f7d
commit
69caa31b8a
3 changed files with 1 additions and 22 deletions
|
|
@ -306,7 +306,7 @@ void die(struct char_data * ch, struct char_data * killer)
|
|||
static void perform_group_gain(struct char_data *ch, int base,
|
||||
struct char_data *victim)
|
||||
{
|
||||
int share, hap_share;
|
||||
int share;
|
||||
|
||||
share = MIN(CONFIG_MAX_EXP_GAIN, MAX(1, base));
|
||||
|
||||
|
|
|
|||
|
|
@ -1641,11 +1641,6 @@ void nanny(struct descriptor_data *d, char *arg)
|
|||
|
||||
case CON_RMOTD: /* read CR after printing motd */
|
||||
write_to_output(d, "%s", CONFIG_MENU);
|
||||
if (IS_HAPPYHOUR > 0){
|
||||
write_to_output(d, "\r\n");
|
||||
write_to_output(d, "\tyThere is currently a Happyhour!\tn\r\n");
|
||||
write_to_output(d, "\r\n");
|
||||
}
|
||||
add_llog_entry(d->character, LAST_CONNECT);
|
||||
STATE(d) = CON_MENU;
|
||||
break;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue