mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2026-01-03 21:54:24 +00:00
* bay instruments * k * AAA * remove that * changes * Update _instrument_key.dm * safety nets * @ghommie fixed * volume * Update item.dm * Update item.dm Co-authored-by: Ghom <42542238+Ghommie@users.noreply.github.com>
26 lines
620 B
Plaintext
26 lines
620 B
Plaintext
/datum/instrument/fun
|
|
name = "Generic Fun Instrument"
|
|
category = "Fun"
|
|
abstract_type = /datum/instrument/fun
|
|
|
|
/datum/instrument/fun/honk
|
|
name = "!!HONK!!"
|
|
id = "honk"
|
|
real_samples = list("74"='sound/items/bikehorn.ogg') // Cluwne Heaven
|
|
|
|
/datum/instrument/fun/signal
|
|
name = "Ping"
|
|
id = "ping"
|
|
real_samples = list("79"='sound/machines/ping.ogg')
|
|
|
|
/datum/instrument/fun/chime
|
|
name = "Chime"
|
|
id = "chime"
|
|
real_samples = list("79"='sound/machines/chime.ogg')
|
|
|
|
/datum/instrument/fun/nya
|
|
name = "NYA NYA NYA"
|
|
id = "nyanyanya"
|
|
real_samples = list("79" = 'modular_citadel/sound/voice/nya.ogg')
|
|
admin_only = TRUE
|