From 7d31b7967225258e770d229451afaaf5e1d4a33d Mon Sep 17 00:00:00 2001 From: kawaiinick <104280915+kawaiinick@users.noreply.github.com> Date: Fri, 19 Jul 2024 02:32:47 +0300 Subject: [PATCH] Jetpacks on sec mods are pinned by default (#85041) ## About The Pull Request Sec mods didn't have their jetpacks pinned by default, like on the rest of the mods ## Why It's Good For The Game consistency and quality of life is good ## Changelog :cl: qol: secmods jetpacks are now pinned by default /:cl: --- code/modules/mod/mod_types.dm | 3 +++ 1 file changed, 3 insertions(+) diff --git a/code/modules/mod/mod_types.dm b/code/modules/mod/mod_types.dm index b74f05408a0..e9b018bfcde 100644 --- a/code/modules/mod/mod_types.dm +++ b/code/modules/mod/mod_types.dm @@ -171,6 +171,9 @@ /obj/item/mod/module/quick_cuff, /obj/item/mod/module/headprotector, ) + default_pins = list( + /obj/item/mod/module/jetpack, + ) /obj/item/mod/control/pre_equipped/safeguard theme = /datum/mod_theme/safeguard