mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-28 15:48:49 +01:00
[MIRROR] Instrument Update (#11645)
Co-authored-by: Selis <12716288+ItsSelis@users.noreply.github.com> Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
co-authored by
Selis
Kashargul
parent
19b8044f61
commit
d8408a2c59
@@ -1,7 +1,7 @@
|
||||
/datum/instrument/fun
|
||||
name = "Generic Fun Instrument"
|
||||
category = "Fun"
|
||||
instrument_type = /datum/instrument/fun
|
||||
abstract_type = /datum/instrument/fun
|
||||
|
||||
/datum/instrument/fun/honk
|
||||
name = "!!HONK!!"
|
||||
@@ -18,6 +18,15 @@
|
||||
id = "chime"
|
||||
real_samples = list("79"='sound/machines/chime.ogg')
|
||||
|
||||
/datum/instrument/fun/meowsynth
|
||||
name = "MeowSynth"
|
||||
id = "meowsynth"
|
||||
real_samples = list("36"='sound/runtime/instruments/synthesis_samples/meowsynth/c2.ogg',
|
||||
"48"='sound/runtime/instruments/synthesis_samples/meowsynth/c3.ogg',
|
||||
"60"='sound/runtime/instruments/synthesis_samples/meowsynth/c4.ogg',
|
||||
"72"='sound/runtime/instruments/synthesis_samples/meowsynth/c5.ogg',
|
||||
"84"='sound/runtime/instruments/synthesis_samples/meowsynth/c6.ogg')
|
||||
|
||||
/datum/instrument/fun/mothscream
|
||||
name = "Moth Scream"
|
||||
id = "mothscream"
|
||||
|
||||
Reference in New Issue
Block a user