mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-23 21:18:37 +01:00
## About The Pull Request Used a script to find all duplicate sound files, consolidate them all down to a single file and move it into the `modular_zubbers` structure, update code as needed ## Why It's Good For The Game Smaller repo ## Proof Of Testing If it compiles it works ## Changelog 🆑 sound: cleaned up duplicate sound files in the repo /🆑
14 lines
567 B
Plaintext
14 lines
567 B
Plaintext
// MODULAR INSTRUMENTS
|
|
|
|
/obj/item/instrument/musicalduffy
|
|
name = "suspicious musical moth"
|
|
desc = "A familiar looking moth sporting a fancy pair of glasses and a piano that harmonizes the screaming agony of moths."
|
|
icon = 'modular_skyrat/master_files/icons/obj/instruments.dmi'
|
|
icon_state = "musical_duffy"
|
|
allowed_instrument_ids = "mothscream"
|
|
attack_verb_continuous = list("flutters", "flaps", "squeaks")
|
|
attack_verb_simple = list("flutter", "flap", "squeak")
|
|
w_class = WEIGHT_CLASS_TINY
|
|
force = 0
|
|
hitsound = 'modular_zubbers/sound/emotes/mothsqueak.ogg'
|