mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-25 14:08:31 +01:00
This reverts commit 7bd1d0c9d2.
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
|
||||
@@ -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
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user