diff --git a/modular_skyrat/modules/blueshield/code/modsuit/mod_theme.dm b/modular_skyrat/modules/blueshield/code/modsuit/mod_theme.dm index 662f0be0b3d..7d3fedcfc38 100644 --- a/modular_skyrat/modules/blueshield/code/modsuit/mod_theme.dm +++ b/modular_skyrat/modules/blueshield/code/modsuit/mod_theme.dm @@ -17,6 +17,7 @@ siemens_coefficient = 0 complexity_max = DEFAULT_MAX_COMPLEXITY slowdown_deployed = 0.25 + inbuilt_modules = list(/obj/item/mod/module/hearing_protection) allowed_suit_storage = list( /obj/item/ammo_box, /obj/item/ammo_casing, diff --git a/modular_skyrat/modules/novaya_ert/code/mod_suit.dm b/modular_skyrat/modules/novaya_ert/code/mod_suit.dm index 81200d9e79e..4e5e047b785 100644 --- a/modular_skyrat/modules/novaya_ert/code/mod_suit.dm +++ b/modular_skyrat/modules/novaya_ert/code/mod_suit.dm @@ -12,6 +12,7 @@ armor_type = /datum/armor/mod_theme_frontline complexity_max = DEFAULT_MAX_COMPLEXITY charge_drain = DEFAULT_CHARGE_DRAIN * 1.5 + inbuilt_modules = list(/obj/item/mod/module/hearing_protection) allowed_suit_storage = list( /obj/item/flashlight, /obj/item/tank/internals, @@ -106,6 +107,7 @@ it would still be right at home in the service of gunrunners and private security forces. \ Though, it's internal systems have degraded, and some of the ablative plating has been removed." armor_type = /datum/armor/mod_theme_frontline/surplus + inbuilt_modules = list(/obj/item/mod/module/hearing_protection) /datum/mod_theme/frontline/surplus/set_skin(obj/item/mod/control/mod, skin) . = ..()