Big Bastard Incidental Sound Port

This commit is contained in:
Cerebulon
2020-03-08 23:25:45 +00:00
parent 51fd39f84a
commit 52e6669bf9
177 changed files with 1504 additions and 28 deletions
@@ -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 = ""
@@ -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))
@@ -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"
@@ -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()