From f69e5260e2b219bdabb058c81ea0124d71c343b8 Mon Sep 17 00:00:00 2001 From: ACCount12 Date: Tue, 23 Jan 2018 14:46:03 +0300 Subject: [PATCH] Plasma cutter now has a tool sound --- code/modules/projectiles/guns/energy/special.dm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/code/modules/projectiles/guns/energy/special.dm b/code/modules/projectiles/guns/energy/special.dm index a4ae8cae13..cced6d9544 100644 --- a/code/modules/projectiles/guns/energy/special.dm +++ b/code/modules/projectiles/guns/energy/special.dm @@ -126,6 +126,8 @@ sharpness = IS_SHARP can_charge = 0 heat = 3800 + + usesound = 'sound/items/welder.ogg' toolspeed = 0.7 //plasmacutters can be used as welders for a few things, and are faster than standard welders /obj/item/gun/energy/plasmacutter/examine(mob/user)