Big Bastard Incidental Sound Port

This commit is contained in:
Atermonera
2020-03-15 11:38:44 -07:00
committed by VirgoBot
parent 08a9fcf0f2
commit 8d2b41ad2c
179 changed files with 380 additions and 29 deletions

View File

@@ -160,6 +160,7 @@
var/label = href_list["dispense"]
if(cartridges[label] && container && container.is_open_container())
var/obj/item/weapon/reagent_containers/chem_disp_cartridge/C = cartridges[label]
playsound(src.loc, 'sound/machines/reagent_dispense.ogg', 25, 1)
C.reagents.trans_to(container, amount)
else if(href_list["ejectBeaker"])

View File

@@ -21,6 +21,7 @@
icon = 'icons/obj/bloodpack.dmi'
icon_state = "empty"
item_state = "bloodpack_empty"
drop_sound = 'sound/items/drop/food.ogg'
volume = 200
var/label_text = ""

View File

@@ -11,6 +11,7 @@
w_class = ITEMSIZE_TINY
slot_flags = SLOT_EARS
volume = 5
drop_sound = 'sound/items/drop/glass.ogg'
/obj/item/weapon/reagent_containers/dropper/examine(var/mob/user)
if(!..(user, 2))

View File

@@ -7,6 +7,7 @@
icon = 'icons/obj/chemical.dmi'
icon_state = null
item_state = "pill"
drop_sound = 'sound/items/drop/food.ogg'
var/base_state = "pill"

View File

@@ -25,6 +25,7 @@
var/visible_name = "a syringe"
var/time = 30
var/drawing = 0
drop_sound = 'sound/items/drop/glass.ogg'
/obj/item/weapon/reagent_containers/syringe/on_reagent_change()
update_icon()