Skip to content

Commit

Permalink
[Port] Reworks universal recorder to be less bad (#11381)
Browse files Browse the repository at this point in the history
* rahhhhh

* aaaaaa

* forgot a thing

* rahhhh

* grayscale

* mapload

* hope this works
  • Loading branch information
XeonMations authored Sep 11, 2024
1 parent 7429631 commit 0e40c0d
Show file tree
Hide file tree
Showing 17 changed files with 281 additions and 89 deletions.
1 change: 1 addition & 0 deletions code/__DEFINES/say.dm
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@
#define SPAN_MEGAPHONE "megaphone"
#define SPAN_CLOWN "clowntext"
#define SPAN_SINGING "singing"
#define SPAN_TAPE_RECORDER "tape_recorder"

//bitflag #defines for return value of the radio() proc.
#define ITALICS (1<<0)
Expand Down
5 changes: 5 additions & 0 deletions code/datums/looping_sounds/item_sounds.dm
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,8 @@
mid_sounds = list('sound/items/weeoo1.ogg' = 1)
mid_length = 15
volume = 20

/datum/looping_sound/tape_recorder_hiss
mid_sounds = list('sound/items/taperecorder/taperecorder_hiss_mid.ogg')
start_sound = list('sound/items/taperecorder/taperecorder_hiss_start.ogg')
volume = 10
Loading

0 comments on commit 0e40c0d

Please sign in to comment.