diff --git a/Content.Shared/_CorvaxNext/NextVars.cs b/Content.Shared/_CorvaxNext/NextVars.cs index 7d451d2a182..2c4b623dc00 100644 --- a/Content.Shared/_CorvaxNext/NextVars.cs +++ b/Content.Shared/_CorvaxNext/NextVars.cs @@ -17,7 +17,7 @@ public sealed class NextVars CVarDef.Create("auto_cryo_sleep.enabled", true, CVar.SERVER); public static readonly CVarDef AutoCryoSleepTime = - CVarDef.Create("auto_cryo_sleep.time", 500, CVar.SERVER); + CVarDef.Create("auto_cryo_sleep.time", 1200, CVar.SERVER); public static readonly CVarDef AutoCryoSleepUpdateTime = CVarDef.Create("auto_cryo_sleep.update_time", 120, CVar.SERVER); diff --git a/Resources/Prototypes/Entities/Mobs/Species/base.yml b/Resources/Prototypes/Entities/Mobs/Species/base.yml index a3075a843c6..9aedfba2feb 100644 --- a/Resources/Prototypes/Entities/Mobs/Species/base.yml +++ b/Resources/Prototypes/Entities/Mobs/Species/base.yml @@ -217,6 +217,7 @@ - type: Targeting # _CorvaxNext: surgery - type: SurgeryTarget # _CorvaxNext: surgery - type: LayingDown # _CorvaxNext: LayingDown Laying Down + - type: AutoCryoSleepable # Corvax-Next-AutoCryo - type: entity save: false