Skip to content

Commit

Permalink
del: Shuttle progress sound (#1164)
Browse files Browse the repository at this point in the history
## Что этот PR делает
Вырезал долгий и назойливый звук во время полёта шаттла

## Почему это хорошо для игры
Нет двух минут действования на нервы

## Тестирование
Нет

## Changelog

:cl:
del: Вырезан звук полёта шаттла (2 минуты ВЖВЖВЖВЖВЖВЖ)
/:cl:
  • Loading branch information
AyIong authored Apr 7, 2024
1 parent 4a3eb89 commit efead22
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/modules/shuttle/emergency.dm
Original file line number Diff line number Diff line change
Expand Up @@ -396,9 +396,9 @@
if(is_station_level(M.z)) //Will not launch from the mine/planet
M.enterTransit()
//now move the actual emergency shuttle to its transit dock
var/hyperspace_progress_sound = sound('modular_ss220/aesthetics_sounds/sound/shuttle/hyperspace_progress_new.ogg') //SS220 EDIT
/*var/hyperspace_progress_sound = sound('sound/effects/hyperspace_progress.ogg')
for(var/area/shuttle/escape/E in world)
SEND_SOUND(E, hyperspace_progress_sound)
SEND_SOUND(E, hyperspace_progress_sound)*/ // SS220 REMOVAL - hyperspave_progress_sound
enterTransit()
mode = SHUTTLE_ESCAPE
timer = world.time
Expand Down
Binary file not shown.

0 comments on commit efead22

Please sign in to comment.