Skip to content

Commit

Permalink
Fix Built Sec Peacekeeper MODs Not Starting With Their Unique Stuff (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
RimiNosha authored Dec 10, 2023
1 parent 5c8d118 commit 59a7f12
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 4 additions & 0 deletions code/modules/mod/mod_theme.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 0 additions & 2 deletions code/modules/mod/mod_types.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 59a7f12

Please sign in to comment.