Adds a cargo arm implant (#30313)

* cargo arm

* mailscanner

* remove RCS

* Update code/modules/research/designs/medical_designs.dm

Co-authored-by: Luc <89928798+lewcc@users.noreply.github.com>
Signed-off-by: Contrabang <91113370+Contrabang@users.noreply.github.com>

---------

Signed-off-by: Contrabang <91113370+Contrabang@users.noreply.github.com>
Co-authored-by: Luc <89928798+lewcc@users.noreply.github.com>
This commit is contained in:
Contrabang
2025-09-07 05:43:32 +00:00
committed by GitHub
co-authored by Luc
parent e97e8d6601
commit 46cc4269f1
4 changed files with 32 additions and 2 deletions
+20 -1
View File
@@ -510,6 +510,26 @@
contents = newlist(/obj/item/mop/advanced)
actions_types = list(/datum/action/item_action/organ_action/toggle/advanced_mop)
/obj/item/organ/internal/cyberimp/arm/cargo
name = "integrated cargo implant"
desc = "Everything you need to run the cargo bay, except a Forklift."
origin_tech = "materials=3;engineering=4;biotech=3;powerstorage=4"
icon_state = "toolkit_cargo"
contents = newlist(
/obj/item/stamp/granted,
/obj/item/stamp/denied,
/obj/item/hand_labeler,
/obj/item/dest_tagger,
/obj/item/clipboard,
/obj/item/pen/multi,
/obj/item/mail_scanner
)
actions_types = list(/datum/action/item_action/organ_action/toggle/stamp)
/datum/action/item_action/organ_action/toggle/stamp
button_icon = 'icons/obj/bureaucracy.dmi'
button_icon_state = "stamp-ok"
// Razorwire implant, long reach whip made of extremely thin wire, ouch!
/obj/item/melee/razorwire
@@ -963,4 +983,3 @@
/obj/item/organ/internal/cyberimp/arm/nt_mantis/l
parent_organ = "l_arm"