Skip to content

Commit

Permalink
Меняем начальный репорт и добавляем новый звук
Browse files Browse the repository at this point in the history
  • Loading branch information
MrCat15352 committed Jul 22, 2024
1 parent 7e0827b commit 98578ea
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 1 deletion.
8 changes: 7 additions & 1 deletion code/game/gamemodes/extended/extended.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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]



2 changes: 2 additions & 0 deletions mod_celadon/_storge_sounds/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -549,3 +549,5 @@ purr_long.ogg
purr.ogg
shriek1.ogg
zvuk-padayuschego-dereva.ogg

commandreport.ogg
Binary file not shown.
2 changes: 2 additions & 0 deletions mod_celadon/qol/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,8 @@ ID мода: CELADON_QOL

- EDIT `code/game/objects/structures/flora.dm` -> меняем звук падающего дерева с метеоритного на нормальный

- EDIT `code/game/gamemodes/extended/extended.dm` -> меняем начальный репорт

<!--
Если вы редактировали какие-либо процедуры или переменные в кор коде,
они должны быть указаны здесь.
Expand Down

0 comments on commit 98578ea

Please sign in to comment.