From f60f76f64490147555d35b63869dd9ceab991426 Mon Sep 17 00:00:00 2001 From: mirrorcult Date: Sat, 13 Mar 2021 02:57:51 -0700 Subject: [PATCH] Increase time to clone people (#3650) * cloning * why * why? --- .../GameObjects/Components/CloningPod/CloningPodWindow.cs | 2 +- .../GameObjects/Components/Medical/CloningPodComponent.cs | 2 +- .../Entities/Constructible/Specific/Medical/cloning_machine.yml | 1 - 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/Content.Client/GameObjects/Components/CloningPod/CloningPodWindow.cs b/Content.Client/GameObjects/Components/CloningPod/CloningPodWindow.cs index b64f123a2b..3ff67bbb99 100644 --- a/Content.Client/GameObjects/Components/CloningPod/CloningPodWindow.cs +++ b/Content.Client/GameObjects/Components/CloningPod/CloningPodWindow.cs @@ -59,7 +59,7 @@ namespace Content.Client.GameObjects.Components.CloningPod { MinSize = (200, 20), MinValue = 0, - MaxValue = 10, + MaxValue = 120, // todo make this actually derive from cloning time Page = 0, Value = 0.5f, Children = diff --git a/Content.Server/GameObjects/Components/Medical/CloningPodComponent.cs b/Content.Server/GameObjects/Components/Medical/CloningPodComponent.cs index 6be7d0566d..ee0d9031b8 100644 --- a/Content.Server/GameObjects/Components/Medical/CloningPodComponent.cs +++ b/Content.Server/GameObjects/Components/Medical/CloningPodComponent.cs @@ -46,7 +46,7 @@ namespace Content.Server.GameObjects.Components.Medical private CloningPodStatus _status; private float _cloningProgress = 0; [DataField("cloningTime")] - private float _cloningTime = 10f; + private float _cloningTime = 120f; public override void Initialize() { diff --git a/Resources/Prototypes/Entities/Constructible/Specific/Medical/cloning_machine.yml b/Resources/Prototypes/Entities/Constructible/Specific/Medical/cloning_machine.yml index 168b373446..2a20625964 100644 --- a/Resources/Prototypes/Entities/Constructible/Specific/Medical/cloning_machine.yml +++ b/Resources/Prototypes/Entities/Constructible/Specific/Medical/cloning_machine.yml @@ -30,7 +30,6 @@ - type: SnapGrid offset: Center - type: CloningPod - cloningTime: 10.0 - type: Damageable resistances: metallicResistances - type: Destructible