mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
[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:
committed by
GitHub
parent
f16c48f570
commit
6188bf65d0
@@ -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()
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user