mirror of
https://github.com/Citadel-Station-13/Citadel-Station-13-RP.git
synced 2026-08-29 01:47:07 +01:00
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user