mirror of
https://github.com/tbamud/tbamud.git
synced 2026-02-19 10:01:45 +01:00
Added happyhour feature and game_info function
This commit is contained in:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user