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

This commit is contained in:
Wowzewow (Wezzy)
2020-02-07 21:33:30 +08:00
committed by GitHub
parent 04d2d854cb
commit 6c3fbbfa76
23 changed files with 83 additions and 7 deletions
+1
View File
@@ -78,6 +78,7 @@
use_power = 0
req_access = list(access_engine_equip)
gfi_layer_rotation = GFI_ROTATION_DEFDIR
clicksound = "switch"
var/area/area
var/areastring = null
var/obj/item/cell/cell
+1
View File
@@ -25,6 +25,7 @@
density = 1
anchored = 1
use_power = 0
clicksound = "switch"
var/capacity = 5e6 // maximum charge
var/charge = 1e6 // actual charge