diff --git a/code/modules/clothing/suits/_suits.dm b/code/modules/clothing/suits/_suits.dm index 41ad1b8edf1..70d17162b2d 100644 --- a/code/modules/clothing/suits/_suits.dm +++ b/code/modules/clothing/suits/_suits.dm @@ -10,9 +10,6 @@ var/blood_overlay_type = "suit" var/togglename = null var/suittoggled = FALSE - //Skyrat Edit Pocket Edition - pocket_storage_component_path = /datum/component/storage/concrete/pockets/exo - //Skyrat Edit end limb_integrity = 0 // disabled for most exo-suits diff --git a/modular_skyrat/modules/customization/pockets/pockets.dm b/modular_skyrat/modules/customization/pockets/pockets.dm deleted file mode 100644 index 7b439be998d..00000000000 --- a/modular_skyrat/modules/customization/pockets/pockets.dm +++ /dev/null @@ -1,13 +0,0 @@ -/datum/component/storage/concrete/pockets/exo - max_items = 2 - max_w_class = WEIGHT_CLASS_SMALL - attack_hand_interact = TRUE - quickdraw = FALSE - silent = FALSE - -/datum/component/storage/concrete/pockets/exo/cloak - max_items = 1 - quickdraw = TRUE - -/datum/component/storage/concrete/pockets/exo/large - max_items = 3 diff --git a/tgstation.dme b/tgstation.dme index fafe3348b85..815e1c7729c 100644 --- a/tgstation.dme +++ b/tgstation.dme @@ -3945,7 +3945,6 @@ #include "modular_skyrat\modules\customization\modules\surgery\organs\tails.dm" #include "modular_skyrat\modules\customization\modules\surgery\organs\vox.dm" #include "modular_skyrat\modules\customization\modules\surgery\organs\wings.dm" -#include "modular_skyrat\modules\customization\pockets\pockets.dm" #include "modular_skyrat\modules\cyborg\code\borgpowertools.dm" #include "modular_skyrat\modules\cyborg\code\mechafabricator_designs.dm" #include "modular_skyrat\modules\cyborg\code\robot_upgrades.dm"