Added Basic sounds to all componets. (igniter,infrared, ect)

Added pickup_sound and drop_sound to all componets using the provided sounds, they are not all unique sounds, and share the same sound files, but i think its a nice little addition,

also added these sounds to the mousetrap as it fit nicely.
This commit is contained in:
timmyred456
2019-11-14 20:39:59 -05:00
parent 69ed08bf1c
commit aba80b9b45
10 changed files with 17 additions and 0 deletions
+2
View File
@@ -10,6 +10,8 @@
var/saved_time = 5
var/loop = FALSE
var/hearing_range = 3
drop_sound = 'sound/items/handling/component_drop.ogg'
pickup_sound = 'sound/items/handling/component_pickup.ogg'
/obj/item/assembly/timer/suicide_act(mob/living/user)
user.visible_message("<span class='suicide'>[user] looks at the timer and decides [user.p_their()] fate! It looks like [user.p_theyre()] going to commit suicide!</span>")