From ee98d0025a76561d2b0d6840a4fdbce534c7577e Mon Sep 17 00:00:00 2001 From: Qwertytoforty <52090703+Qwertytoforty@users.noreply.github.com> Date: Wed, 13 Sep 2023 05:44:17 -0400 Subject: [PATCH] Engineering modsuits now start start with tether module (#22265) --- code/modules/mod/mod_types.dm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/code/modules/mod/mod_types.dm b/code/modules/mod/mod_types.dm index 2ef5e3cb73e..4baab89f899 100644 --- a/code/modules/mod/mod_types.dm +++ b/code/modules/mod/mod_types.dm @@ -53,9 +53,11 @@ /obj/item/mod/module/rad_protection, /obj/item/mod/module/flashlight, /obj/item/mod/module/magboot, + /obj/item/mod/module/tether, ) default_pins = list( /obj/item/mod/module/magboot, + /obj/item/mod/module/tether, ) /obj/item/mod/control/pre_equipped/atmospheric