storage rewrite (#6284)

Co-authored-by: silicons <no@you.cat>
This commit is contained in:
silicons
2024-02-17 10:08:35 +01:00
committed by GitHub
co-authored by silicons
parent f073efbc88
commit 383308a1d1
585 changed files with 4819 additions and 3881 deletions
@@ -6,7 +6,7 @@
name = "laser rifle implant"
desc = "A large implant that fits into a subject's arm. It deploys a laser-emitting array by some painful means."
icon_state = "augment_laser"
w_class = ITEMSIZE_LARGE
w_class = WEIGHT_CLASS_BULKY
organ_tag = O_AUG_L_FOREARM
parent_organ = BP_L_ARM
target_slot = /datum/inventory_slot_meta/abstract/hand/left
@@ -40,7 +40,7 @@
name = "crossbow implant"
desc = "A small implant that fits into a subject's arm. It deploys a dart launching mechanism through the flesh through unknown means."
icon_state = "augment_dart"
w_class = ITEMSIZE_SMALL
w_class = WEIGHT_CLASS_SMALL
integrated_object_type = /obj/item/gun/energy/crossbow
// Wrist-or-hand-mounted implant
@@ -49,7 +49,7 @@
name = "resonant analyzer implant"
desc = "An augment that fits neatly into the hand, useful for determining the usefulness of an object for research."
icon_state = "augment_box"
w_class = ITEMSIZE_SMALL
w_class = WEIGHT_CLASS_SMALL
integrated_object_type = /obj/item/portable_scanner
/obj/item/organ/internal/augment/armmounted/hand/attackby(obj/item/I as obj, mob/user as mob)
@@ -81,7 +81,7 @@
desc = "A large implant that fits into a subject's arm. It looks kind of like a skeleton."
icon_state = "augment_armframe"
organ_tag = O_AUG_R_UPPERARM
w_class = ITEMSIZE_HUGE
w_class = WEIGHT_CLASS_HUGE
integrated_object_type = null
/obj/item/organ/internal/augment/armmounted/shoulder/attackby(obj/item/I as obj, mob/user as mob)
@@ -129,7 +129,7 @@
organ_tag = O_AUG_R_UPPERARM
w_class = ITEMSIZE_HUGE
w_class = WEIGHT_CLASS_HUGE
integrated_object_type = null
+1 -1
View File
@@ -20,7 +20,7 @@
icon_state = "augment_shades"
dead_icon = "augment_shades_dead"
w_class = ITEMSIZE_TINY
w_class = WEIGHT_CLASS_TINY
organ_tag = O_AUG_EYES