Files
RoxyandGitHub 0e7f328f2d Clean up the rest of the duplicate sound files (#4027)
## 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
/🆑
2025-06-12 10:05:22 -07:00

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'