mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-28 23:58:07 +01:00
[MOSTLY MODULAR] Suits have 2 storage for small or smaller items. (#5146)
* EE * Update pockets.dm
This commit is contained in:
@@ -10,6 +10,9 @@
|
||||
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
|
||||
|
||||
|
||||
|
||||
@@ -0,0 +1,13 @@
|
||||
/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
|
||||
@@ -3944,6 +3944,7 @@
|
||||
#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"
|
||||
|
||||
Reference in New Issue
Block a user