Skip to content

Commit

Permalink
Система автоматического телепортирования в криокапсулы (#210)
Browse files Browse the repository at this point in the history
* Update NextVars.cs

* Update base.yml
  • Loading branch information
Vonsant authored Jan 1, 2025
1 parent 7948f46 commit 19c520b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Content.Shared/_CorvaxNext/NextVars.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ public sealed class NextVars
CVarDef.Create("auto_cryo_sleep.enabled", true, CVar.SERVER);

public static readonly CVarDef<int> AutoCryoSleepTime =
CVarDef.Create("auto_cryo_sleep.time", 500, CVar.SERVER);
CVarDef.Create("auto_cryo_sleep.time", 1200, CVar.SERVER);

public static readonly CVarDef<int> AutoCryoSleepUpdateTime =
CVarDef.Create("auto_cryo_sleep.update_time", 120, CVar.SERVER);
Expand Down
1 change: 1 addition & 0 deletions Resources/Prototypes/Entities/Mobs/Species/base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 19c520b

Please sign in to comment.