Skip to content

Commit

Permalink
IS tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
CheBuRek017 committed Nov 30, 2024
1 parent 1701afc commit 20c92bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mods/_fd/immersive_sounds/code/vent_pump.dm
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/obj/machinery/atmospherics/unary/vent_pump
working_sounds = list('mods/_fd/immersive_sounds/sounds/SOMA/vent_loop.ogg')
working_volume = 1
working_volume = 3

/obj/machinery/atmospherics/unary/vent_pump/Process()
if (hibernate > world.time) //sorry
Expand Down
2 changes: 1 addition & 1 deletion mods/_fd/immersive_sounds/code/vent_scrubber.dm
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/obj/machinery/atmospherics/unary/vent_scrubber
working_sounds = list('sound/machines/scrubber-active.ogg')
working_volume = 1
working_volume = 3

/obj/machinery/atmospherics/unary/vent_scrubber/Process()
if (hibernate > world.time) //lummox forgive me
Expand Down

0 comments on commit 20c92bf

Please sign in to comment.