Debugger un-punch-ifying (#20682)

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>
This commit is contained in:
hazelrat
2025-04-13 10:11:47 +00:00
committed by GitHub
co-authored by Wowzewow
parent 4ec8af1f68
commit 47213b607d
2 changed files with 60 additions and 1 deletions
+2 -1
View File
@@ -1,4 +1,4 @@
// used to debug malf AI apc's. Maybe in the future it can be used for computers.
// Used to resolve throwing vendors without going directly into wiring.
/obj/item/device/debugger
name = "debugger"
desc = "Used to debug electronic equipment."
@@ -10,6 +10,7 @@
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)