mirror of
https://github.com/tbamud/tbamud.git
synced 2026-03-10 06:42:34 +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
|
|
@ -1331,6 +1331,10 @@ ACMD(do_who)
|
|||
send_to_char(ch, "One lonely character displayed.\r\n");
|
||||
else
|
||||
send_to_char(ch, "%d characters displayed.\r\n", num_can_see);
|
||||
|
||||
if (IS_HAPPYHOUR > 0){
|
||||
send_to_char(ch, "It's a Happy Hour! Type @Rhappyhour@W to see the current bonuses.\r\n");
|
||||
}
|
||||
}
|
||||
|
||||
#define USERS_FORMAT \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue