mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-26 22:50:26 +01:00
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:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user