From 59a7f1211d046ea7808b69ef694d8e4cc6880f17 Mon Sep 17 00:00:00 2001 From: Rimi Nosha Date: Sun, 10 Dec 2023 17:42:43 +0000 Subject: [PATCH] Fix Built Sec Peacekeeper MODs Not Starting With Their Unique Stuff (#447) --- code/modules/mod/mod_theme.dm | 4 ++++ code/modules/mod/mod_types.dm | 2 -- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/code/modules/mod/mod_theme.dm b/code/modules/mod/mod_theme.dm index b86cca84819..fa01ae607cd 100644 --- a/code/modules/mod/mod_theme.dm +++ b/code/modules/mod/mod_theme.dm @@ -652,6 +652,10 @@ max_heat_protection_temperature = FIRE_SUIT_MAX_TEMP_PROTECT slowdown_inactive = 0.75 slowdown_active = 0.25 + inbuilt_modules = list( + /obj/item/mod/module/megaphone, + /obj/item/mod/module/pepper_shoulders, + ) allowed_suit_storage = list( /obj/item/ammo_box, /obj/item/ammo_casing, diff --git a/code/modules/mod/mod_types.dm b/code/modules/mod/mod_types.dm index 1de171f94e9..b1a092b2598 100644 --- a/code/modules/mod/mod_types.dm +++ b/code/modules/mod/mod_types.dm @@ -121,9 +121,7 @@ /obj/item/mod/module/magnetic_harness, /obj/item/mod/module/flashlight, /obj/item/mod/module/jetpack, - /obj/item/mod/module/megaphone, /obj/item/mod/module/projectile_dampener, - /obj/item/mod/module/pepper_shoulders, ) /obj/item/mod/control/pre_equipped/magnate