Adds button and switch sounds when using machinery (#8195)

This commit is contained in:
Wowzewow (Wezzy)
2020-02-07 14:33:30 +01:00
committed by GitHub
parent 04d2d854cb
commit 6c3fbbfa76
23 changed files with 83 additions and 7 deletions
@@ -14,6 +14,8 @@
use_power = 1
idle_power_usage = 20
layer = 2.9
clicksound = "button"
var/beaker = null
var/obj/item/storage/pill_bottle/loaded_pill_bottle = null
var/mode = TRUE
@@ -2,6 +2,7 @@
name = "chemical dispenser"
icon = 'icons/obj/chemical.dmi'
icon_state = "dispenser"
clicksound = "button"
var/list/spawn_cartridges = null // Set to a list of types to spawn one of each on New()