From 02aa2a94fbd6daeeea57de50e12f064c6fd6f3bf Mon Sep 17 00:00:00 2001 From: ShadeAware <57020074+ShadeAware@users.noreply.github.com> Date: Sat, 28 Nov 2020 16:43:48 -0500 Subject: [PATCH] Good. (#1909) --- code/modules/vehicles/mecha/equipment/tools/work_tools.dm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/code/modules/vehicles/mecha/equipment/tools/work_tools.dm b/code/modules/vehicles/mecha/equipment/tools/work_tools.dm index 40babcfe322..c51a7a335fa 100644 --- a/code/modules/vehicles/mecha/equipment/tools/work_tools.dm +++ b/code/modules/vehicles/mecha/equipment/tools/work_tools.dm @@ -14,7 +14,8 @@ harmful = TRUE mech_flags = EXOSUIT_MODULE_RIPLEY ///Bool for whether we beat the hell out of things we punch (and tear off their arms) - var/killer_clamp = FALSE + //var/killer_clamp = FALSE -------SKYRAT EDIT - A clamp is a clamp, just like it was on the oldbase. + var/killer_clamp = TRUE ///How much base damage this clamp does var/clamp_damage = 20 ///Var for the chassis we are attached to, needed to access ripley contents and such