From: z411 Date: Sat, 12 Nov 2022 05:02:52 +0000 (-0300) Subject: Prepare for battle can be queued. X-Git-Tag: xonotic-v0.8.6~237^2 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=6e8b6849b2d4a434a42c72423b3ec31c69150982;p=xonotic%2Fxonotic-data.pk3dir.git Prepare for battle can be queued. --- diff --git a/qcsrc/common/notifications/all.inc b/qcsrc/common/notifications/all.inc index 0438293cc..9a7845a16 100644 --- a/qcsrc/common/notifications/all.inc +++ b/qcsrc/common/notifications/all.inc @@ -195,7 +195,7 @@ MSG_ANNCE_NOTIF(NUM_ROUNDSTART_9, N___NEVER, "9", CH_INFO, VOL_BASEVOICE, ATTEN_NONE, ANNCE_INSTANT) MSG_ANNCE_NOTIF(NUM_ROUNDSTART_10, N___NEVER, "10", CH_INFO, VOL_BASEVOICE, ATTEN_NONE, ANNCE_INSTANT) - MSG_ANNCE_NOTIF(PREPARE, N__ALWAYS, "prepareforbattle", CH_INFO, VOL_BASEVOICE, ATTEN_NONE, ANNCE_INSTANT) + MSG_ANNCE_NOTIF(PREPARE, N__ALWAYS, "prepareforbattle", CH_INFO, VOL_BASEVOICE, ATTEN_NONE, ANNCE_DEFTIME) MSG_ANNCE_NOTIF(REMAINING_FRAG_1, N_GNTLOFF, "1fragleft", CH_INFO, VOL_BASEVOICE, ATTEN_NONE, ANNCE_DEFTIME) MSG_ANNCE_NOTIF(REMAINING_FRAG_2, N_GNTLOFF, "2fragsleft", CH_INFO, VOL_BASEVOICE, ATTEN_NONE, ANNCE_DEFTIME)