[MIRROR] Augment Adjustments & Fixes (#10082)

Co-authored-by: Cameron Lennox <killer65311@gmail.com>
Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2025-02-07 06:42:20 -07:00
committed by GitHub
parent f16c48f570
commit 6188bf65d0
8 changed files with 144 additions and 36 deletions

View File

@@ -30,6 +30,8 @@
var/aug_cooldown = 1 SECONDS //CHOMPedit, no reason for it to be 30 seconds, the powerful implants already have their own values
var/cooldown = null
description_fluff = "If attempting to implant a compatible augment into a synthetic limb, the limb must be screwdrivered open and then modified with a multitool before insertion can begin."
/obj/item/organ/internal/augment/Initialize()
. = ..()
setup_radial_icon()

View File

@@ -16,7 +16,7 @@
target_slot = slot_l_hand
target_parent_classes = list(ORGAN_FLESH, ORGAN_ASSISTED)
target_parent_classes = list(ORGAN_FLESH, ORGAN_ROBOT)
integrated_object_type = /obj/item/gun/energy/laser/mounted/augment

View File

@@ -84,7 +84,7 @@
parent_organ = BP_GROIN
target_parent_classes = list(ORGAN_FLESH, ORGAN_ASSISTED)
target_parent_classes = list(ORGAN_FLESH, ORGAN_ROBOT)
aug_cooldown = 2 MINUTES