forked from ParadiseSS13/Paradise
-
Notifications
You must be signed in to change notification settings - Fork 130
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Port shuttle sounds from RuPara (#767)
## Что этот PR делает Добавляет микрошаттлам звук перелёта. Меняет звук эвакуационному шаттлу. closes #324 ## Почему это хорошо для игры Звук микрошаттлам меняется модульно, как сделать то же у эвакуационного не додумался. Посмотрел прошлые ПРы на изменение звука, путь меняли хардкодом xdd Если критично, можно зарезать немодульные изменения и оставить звук микрошаттлам. ## Тестирование Trust me bro ## Changelog :cl: soundadd: Портировал звук шаттлу шахты и каторги. Портировал звук Харону /:cl: --------- Co-authored-by: AADry <[email protected]> Co-authored-by: Aylong <[email protected]>
- Loading branch information
1 parent
3036f03
commit 8691e60
Showing
7 changed files
with
12 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
/obj/docking_port/mobile | ||
var/fly_sound = 'modular_ss220/aesthetics_sounds/sound/shuttle/hyperspace_mini.ogg' | ||
|
||
/datum/controller/subsystem/shuttle/moveShuttle(shuttleId, dockId, timed, mob/user) | ||
. = ..() | ||
if(. == 0) | ||
var/obj/docking_port/mobile/M = getShuttle(shuttleId) | ||
M.areaInstance << M.fly_sound |
Binary file added
BIN
+798 KB
modular_ss220/aesthetics_sounds/sound/shuttle/hyperspace_begin_new.ogg
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+5.16 MB
modular_ss220/aesthetics_sounds/sound/shuttle/hyperspace_progress_new.ogg
Binary file not shown.