death squad officer outfit works (#74734)

## About The Pull Request
makes the death squad officer modsuit use the hat stabilizer module to
wear the beret simultaenously with the suit

## Why It's Good For The Game
it was an outfit that spawned you in a not working suit

## Changelog
🆑
fix: death squad officer outfit works
/🆑
This commit is contained in:
Fikou
2023-04-15 21:20:42 -06:00
committed by GitHub
parent 31778b4368
commit fd329744ea
3 changed files with 31 additions and 10 deletions
+10
View File
@@ -421,6 +421,16 @@
/obj/item/mod/module/jetpack,
)
/obj/item/mod/control/pre_equipped/apocryphal/officer
applied_modules = list(
/obj/item/mod/module/storage/bluespace,
/obj/item/mod/module/hat_stabilizer,
/obj/item/mod/module/welding,
/obj/item/mod/module/emp_shield/advanced,
/obj/item/mod/module/magnetic_harness,
/obj/item/mod/module/jetpack,
)
/obj/item/mod/control/pre_equipped/corporate
theme = /datum/mod_theme/corporate
applied_core = /obj/item/mod/core/infinite
@@ -520,6 +520,7 @@
/obj/item/clothing/head/utility/chefhat,
/obj/item/clothing/head/costume/papersack,
/obj/item/clothing/head/caphat/beret,
/obj/item/clothing/head/helmet/space/beret,
))
/obj/item/mod/module/hat_stabilizer/on_suit_activation()