[MIRROR] Adds crew monitor usb connections and fixes the soundemitter's frequency port (#6678)

* Adds crew monitor usb connections and fixes the soundemitter's frequency port (#59942)

Adds crew monitor usb connections and fixes the soundemitter's frequency port
Allows you to view health and stuff.

* Adds crew monitor usb connections and fixes the soundemitter's frequency port

Co-authored-by: Watermelon914 <37270891+Watermelon914@users.noreply.github.com>
This commit is contained in:
SkyratBot
2021-07-03 23:23:49 +02:00
committed by GitHub
parent c8b01a162a
commit f1bd99a620
2 changed files with 73 additions and 1 deletions
@@ -74,6 +74,6 @@
if(!sound_to_play)
return
playsound(src, sound_to_play, volume.input_value, FALSE, frequency = frequency.input_value)
playsound(src, sound_to_play, volume.input_value, frequency != 0, frequency = frequency.input_value)
TIMER_COOLDOWN_START(parent, COOLDOWN_CIRCUIT_SOUNDEMITTER, sound_cooldown)