diff --git a/code/game/gamemodes/extended/extended.dm b/code/game/gamemodes/extended/extended.dm index 283c5161e9f8..4077bd37fcc4 100644 --- a/code/game/gamemodes/extended/extended.dm +++ b/code/game/gamemodes/extended/extended.dm @@ -28,4 +28,10 @@ G.on_report() /datum/game_mode/extended/announced/send_intercept(report = 0) - priority_announce("Thanks to the tireless efforts of our security and intelligence divisions, there are currently no credible threats to [station_name()]. All station construction projects have been authorized. Have a secure shift!", "Security Report", 'sound/ai/commandreport.ogg') + // [CELADON-EDIT] - CELADON_QOL + // priority_announce("Thanks to the tireless efforts of our security and intelligence divisions, there are currently no credible threats to [station_name()]. All station construction projects have been authorized. Have a secure shift!", "Security Report", 'sound/ai/commandreport.ogg') // CELADON-EDIT - ORIGINAL + priority_announce("The beginning of a new cycle has been successfully documented. The data of the latest sector maps has been uploaded to the general network. Thank you for visiting the <[station_name()]>. We wish you a successful cycle.", "Station Report", 'mod_celadon/_storge_sounds/sound/ai/commandreport.ogg') + // [/CELADON-EDIT] + + + diff --git a/mod_celadon/_storge_sounds/README.md b/mod_celadon/_storge_sounds/README.md index be9ea21d510d..6107d45b3f2a 100644 --- a/mod_celadon/_storge_sounds/README.md +++ b/mod_celadon/_storge_sounds/README.md @@ -549,3 +549,5 @@ purr_long.ogg purr.ogg shriek1.ogg zvuk-padayuschego-dereva.ogg + +commandreport.ogg diff --git a/mod_celadon/_storge_sounds/sound/ai/commandreport.ogg b/mod_celadon/_storge_sounds/sound/ai/commandreport.ogg new file mode 100644 index 000000000000..a4afd68c10e0 Binary files /dev/null and b/mod_celadon/_storge_sounds/sound/ai/commandreport.ogg differ diff --git a/mod_celadon/qol/README.md b/mod_celadon/qol/README.md index 496b4f595397..34fc55f36ae8 100644 --- a/mod_celadon/qol/README.md +++ b/mod_celadon/qol/README.md @@ -84,6 +84,8 @@ ID мода: CELADON_QOL - EDIT `code/game/objects/structures/flora.dm` -> меняем звук падающего дерева с метеоритного на нормальный +- EDIT `code/game/gamemodes/extended/extended.dm` -> меняем начальный репорт +