-
Notifications
You must be signed in to change notification settings - Fork 47
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
[FIX]Чиним баг-репорт #895
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Исправляй давай, умник
Content.Shared/CCVar/CCVars.cs
Outdated
// ADT Tweak start | ||
#region Jetpack System | ||
|
||
/// <summary> | ||
/// When true, Jetpacks can be enabled anywhere, even in gravity. | ||
/// </summary> | ||
public static readonly CVarDef<bool> JetpackEnableAnywhere = | ||
CVarDef.Create("jetpack.enable_anywhere", false, CVar.REPLICATED); | ||
|
||
/// <summary> | ||
/// When true, jetpacks can be enabled on grids that have zero gravity. | ||
/// </summary> | ||
public static readonly CVarDef<bool> JetpackEnableInNoGravity = | ||
CVarDef.Create("jetpack.enable_in_no_gravity", true, CVar.REPLICATED); | ||
|
||
#endregion | ||
// ADT Tweak End |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Перенести к нам в CCVar. У меня после апстрима ПТСР.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Буууэээ, я подумаю над твоим поведением)
// return gridUid == null || | ||
// (!HasComp<GravityComponent>(gridUid)); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Зачем это коментить, когда можно просто тупо убрать это. Ты же заменил это.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ну, возможно ты прав
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ну вроде всё ок. Если что кашу бейте
@@ -47,6 +47,7 @@ | |||
id: MobHumanSyndicateAgentSpy | |||
name: syndicate spy | |||
components: | |||
- type: NukeOperative # ADT Tweak |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Это компонент роли, не сущности.
Описание PR
Почему / Баланс
Потому что баг
Ссылка на публикацию в Discord
Техническая информация
Медиа
Требования
Критические изменения
Чейнджлог
🆑