mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-27 14:07:51 +01:00
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:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user