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