mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-12 23:54:24 +01:00
Makes bio augments not infectable by default (#18926)
This commit is contained in:
@@ -6,7 +6,6 @@
|
||||
icon_state = "augment_hybrid"
|
||||
dead_icon = "augment_hybrid_dead"
|
||||
|
||||
robotic = ORGAN_ASSISTED
|
||||
target_parent_classes = list(ORGAN_FLESH)
|
||||
|
||||
/* Jensen Shades. Your vision can be augmented.
|
||||
@@ -24,8 +23,6 @@
|
||||
|
||||
organ_tag = O_AUG_EYES
|
||||
|
||||
robotic = ORGAN_ROBOT
|
||||
|
||||
parent_organ = BP_HEAD
|
||||
|
||||
organ_verbs = list(
|
||||
@@ -84,6 +81,8 @@
|
||||
|
||||
parent_organ = BP_GROIN
|
||||
|
||||
robotic = ORGAN_ASSISTED //'chunk of meat'
|
||||
|
||||
target_parent_classes = list(ORGAN_FLESH, ORGAN_ROBOT)
|
||||
|
||||
aug_cooldown = 2 MINUTES
|
||||
|
||||
Reference in New Issue
Block a user