mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2025-12-19 14:51:27 +00:00
20 lines
467 B
Plaintext
20 lines
467 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')
|