mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-01-26 09:12:29 +00:00
Makes debuggers not use the generic hit sounds. --------- Signed-off-by: hazelrat <83198434+hazelrat@users.noreply.github.com> Co-authored-by: Wowzewow (Wezzy) <42310821+alsoandanswer@users.noreply.github.com>
17 lines
548 B
Plaintext
17 lines
548 B
Plaintext
// Used to resolve throwing vendors without going directly into wiring.
|
|
/obj/item/device/debugger
|
|
name = "debugger"
|
|
desc = "Used to debug electronic equipment."
|
|
icon = 'icons/obj/hacktool.dmi'
|
|
icon_state = "hacktool-g"
|
|
obj_flags = OBJ_FLAG_CONDUCTABLE
|
|
force = 11
|
|
w_class = WEIGHT_CLASS_SMALL
|
|
throwforce = 5
|
|
throw_range = 15
|
|
throw_speed = 3
|
|
hitsound = /singleton/sound_category/switch_sound
|
|
|
|
matter = list(MATERIAL_PLASTIC = 50, DEFAULT_WALL_MATERIAL = 50, MATERIAL_GLASS = 20)
|
|
origin_tech = list(TECH_MAGNET = 1, TECH_ENGINEERING = 1)
|