From 5568d2d2c943c828fdd81ba20aeb141c213d7a31 Mon Sep 17 00:00:00 2001 From: RedBurningPhoenix Date: Sat, 21 Dec 2024 02:21:17 +0500 Subject: [PATCH 1/2] Net i net --- .../Entities/Structures/Machines/metempsychoticMachine.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Resources/Prototypes/Entities/Structures/Machines/metempsychoticMachine.yml b/Resources/Prototypes/Entities/Structures/Machines/metempsychoticMachine.yml index 9667ed12d4..adbb4bf40c 100644 --- a/Resources/Prototypes/Entities/Structures/Machines/metempsychoticMachine.yml +++ b/Resources/Prototypes/Entities/Structures/Machines/metempsychoticMachine.yml @@ -5,7 +5,7 @@ description: Speeds along the transmigration of a soul to its next vessel. components: - type: CloningPod - doMetempsychosis: true + doMetempsychosis: false biomassCostMultiplier: 0.5 - type: Machine board: MetempsychoticMachineCircuitboard @@ -23,4 +23,3 @@ NoMind: { state: cloning_active } Gore: { state: cloning_failed } Idle: { state: cloning_idle } - - type: Psionic From 5a98eb7741a19be2778079e7ebf0dc6b868290da Mon Sep 17 00:00:00 2001 From: RedBurningPhoenix Date: Sat, 21 Dec 2024 02:28:34 +0500 Subject: [PATCH 2/2] forgot --- .../Entities/Structures/Machines/metempsychoticMachine.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Resources/Prototypes/Entities/Structures/Machines/metempsychoticMachine.yml b/Resources/Prototypes/Entities/Structures/Machines/metempsychoticMachine.yml index adbb4bf40c..43e07a0934 100644 --- a/Resources/Prototypes/Entities/Structures/Machines/metempsychoticMachine.yml +++ b/Resources/Prototypes/Entities/Structures/Machines/metempsychoticMachine.yml @@ -5,7 +5,7 @@ description: Speeds along the transmigration of a soul to its next vessel. components: - type: CloningPod - doMetempsychosis: false + doMetempsychosis: false # WD EDIT biomassCostMultiplier: 0.5 - type: Machine board: MetempsychoticMachineCircuitboard @@ -23,3 +23,4 @@ NoMind: { state: cloning_active } Gore: { state: cloning_failed } Idle: { state: cloning_idle } +# - type: Psionic # WD EDIT