Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Система автоматического телепортирования в криокапсулы #210

Merged
merged 2 commits into from
Jan 1, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading