From d40f7fb93f8d023951fca67b5c2176f991e487e6 Mon Sep 17 00:00:00 2001 From: Hatterhat <31829017+Hatterhat@users.noreply.github.com> Date: Wed, 1 Oct 2025 18:11:19 -0500 Subject: [PATCH] readds the MOD hydraulic clamp to the mining MODsuit's pins (#93218) ## About The Pull Request exactly what it says on the tin (readds the MOD clamp to the mining MOD's pins) ## Why It's Good For The Game originally it was removed but then readded last minute but smartkar forgot to put it back in the suit's default pins. if it's part of the default kit it should probably have a dedicated button ## Changelog :cl: fix: Nanotrasen has released a firmware patch for their mining MODs that readds the default hydraulic clamp to the suit's default pinned modules. /:cl: Co-authored-by: Hatterhat --- code/modules/mod/mod_types.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/mod/mod_types.dm b/code/modules/mod/mod_types.dm index 65a7a75220d..385541f6f67 100644 --- a/code/modules/mod/mod_types.dm +++ b/code/modules/mod/mod_types.dm @@ -138,6 +138,7 @@ default_pins = list( /obj/item/mod/module/gps, /obj/item/mod/module/drill, + /obj/item/mod/module/clamp, /obj/item/mod/module/orebag, /obj/item/mod/module/sphere_transform, )