Skip to content

Commit

Permalink
Merge pull request #3208 from ARF-SS13/Some-fucking-sounds,-and-emote…
Browse files Browse the repository at this point in the history
…s.-Because-of-course-they-are-

Beepers & HDD Failures
  • Loading branch information
thingpony authored Sep 28, 2023
2 parents 350846d + a323eb7 commit 858bce4
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 0 deletions.
12 changes: 12 additions & 0 deletions code/modules/mob/living/carbon/emote.dm
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,18 @@
message = "blinks."
sound = 'sound/effects/blink.ogg'

/datum/emote/living/carbon/hddspinup
key = "bootup"
key_third_person = "whirrs up their on board memory."
message = "whirrs up their on board memory."
sound = 'sound/effects/bootup.ogg'

/datum/emote/living/carbon/beeper7
key = "beeper7"
key_third_person = "pings!"
message = "pings!"
sound = 'sound/effects/beeper7.ogg'

/datum/emote/living/carbon/blink_r
key = "blink_r"
message = "blinks rapidly."
Expand Down
2 changes: 2 additions & 0 deletions modular_coyote/code/modules/say/soundbubbles.dm
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ GLOBAL_LIST_INIT(typing_indicator_sounds, list(
"Deep" = 'modular_coyote/sound/typing/deepspeak.ogg',
"Soft" = 'modular_coyote/sound/typing/softspeak.ogg',
"beep" = 'sound/machines/beep.ogg',
"win7 error" = 'sound/effects/beeper7.ogg',
"hard drive" = 'sound/effects/bootup.ogg',
"buzz sigh" = 'sound/machines/buzz-sigh.ogg',
"Light" = 'modular_coyote/sound/typing/lightspeak.ogg',
"Jackal" = 'modular_coyote/sound/typing/arfs1sounds/anubis1.ogg',
Expand Down
Binary file added sound/effects/beeper7.ogg
Binary file not shown.
Binary file added sound/effects/bootup.ogg
Binary file not shown.

0 comments on commit 858bce4

Please sign in to comment.