mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-28 15:39:57 +01:00
Crayon Augment (#14217)
This commit is contained in:
@@ -74,6 +74,19 @@
|
||||
augs["retractable pen, left hand"] = /obj/item/organ/internal/augment/tool/pen/left
|
||||
gear_tweaks += new /datum/gear_tweak/path(augs)
|
||||
|
||||
/datum/gear/augment/crayon
|
||||
display_name = "retractable crayon"
|
||||
description = "An augment that allows the user to deploy a retractable crayon."
|
||||
path = /obj/item/organ/internal/augment/tool/crayon
|
||||
cost = 1
|
||||
|
||||
/datum/gear/augment/crayon/New()
|
||||
..()
|
||||
var/list/augs = list()
|
||||
augs["retractable crayon, right hand"] = /obj/item/organ/internal/augment/tool/crayon
|
||||
augs["retractable crayon, left hand"] = /obj/item/organ/internal/augment/tool/crayon/left
|
||||
gear_tweaks += new /datum/gear_tweak/path(augs)
|
||||
|
||||
/datum/gear/augment/cochlear
|
||||
display_name = "cochlear implant"
|
||||
description = "A synthetic replacement for the structures within the ear, allowing the user to hear without requiring external tools."
|
||||
|
||||
@@ -170,6 +170,19 @@
|
||||
parent_organ = BP_L_HAND
|
||||
aug_slot = slot_l_hand
|
||||
|
||||
/obj/item/organ/internal/augment/tool/crayon
|
||||
name = "integrated crayon"
|
||||
icon_state = "crayonaugment"
|
||||
action_button_name = "Deploy Crayon"
|
||||
action_button_icon = "crayonaugment"
|
||||
organ_tag = BP_AUG_CRAYON
|
||||
parent_organ = BP_R_HAND
|
||||
augment_type = /obj/item/pen/crayon/augment
|
||||
|
||||
/obj/item/organ/internal/augment/tool/crayon/left
|
||||
parent_organ = BP_L_HAND
|
||||
aug_slot = slot_l_hand
|
||||
|
||||
/obj/item/organ/internal/augment/tool/cyborg_analyzer
|
||||
name = "retractable cyborg analyzer"
|
||||
icon_state = "robotanalyzer"
|
||||
|
||||
Reference in New Issue
Block a user