mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-22 12:47:16 +01:00
[MIRROR] Makes bio augments not infectable by default (#12181)
Co-authored-by: Cameron Lennox <killer65311@gmail.com> Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
co-authored by
Cameron Lennox
Kashargul
parent
fc0ffce400
commit
f25ceeab1d
@@ -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