mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-26 13:39:16 +01:00
Augment Adjustments & Fixes (#17038)
* Fixes limb augments being borked for robotic limbs * Fixes augment melee from embedding * Makes a bunch of the augments actually CRAFTABLE * typo
This commit is contained in:
@@ -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