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

Баланс черт, добавление новой, разрешение вульпам #322

Merged
merged 10 commits into from
Nov 7, 2024

Conversation

IAmLePacko
Copy link
Contributor

@IAmLePacko IAmLePacko commented Nov 6, 2024

Описание обновления:

В общем, да, всё как в названии.

Проверки

  • PR завершён и мне не нужна помощь чтобы его закончить.
  • Я внимательно просмотрел все свои изменения и багов в них не нашёл.
  • Я запускал локальный сервер со своими изменениями и всё протестировал.
  • Я добавил скриншот/видео демонстрации PR в игре, или этот PR этого не требует.
  • Я не добавлял контент нарушающий чужие авторские права.
  • Я добавил свой контент только в папку _LostParadise(только если вы не меняете оригинальный код).
  • Я не добавлял переводы в прототипы, а сделал их с помощью скрипта translations.bat в Tools/SS14_RU.

🆑 IAmLePacko

  • add: Добавлен перк "Медленный едок"
  • tweak: Отключено ограничение на перк выше и его обратную для вульпканинов.
  • tweak: Незначительно ускорено раздевание с чертой "Бывалый вор".

Copy link
Contributor

coderabbitai bot commented Nov 6, 2024

Walkthrough

В данном запросе на изменение добавлен новыйTrait "Медленный едок" (Slow Eater) в локализацию игры "Lost Paradise" на английском и русском языках. Trait описывает, что персонаж ест и пьет вдвое медленнее обычного. Также в файле skills.yml изменены некоторые параметры существующих traits, включая Thieving и Voracious, а также добавлен новый trait LPPSlowEater в файл disabilities.yml с определенными требованиями и модификаторами.

Changes

Файл Изменения
Resources/Locale/en-US/_LostParadise/traits/traits.ftl Добавлен новый trait: trait-name-LPPSlowEater (Slow Eater) и его описание: trait-description-LPPSlowEater
Resources/Locale/ru-RU/_LostParadise/traits/traits.ftl Добавлен новый trait: trait-name-LPPSlowEater (Медленный едок) и его описание: trait-description-LPPSlowEater
Resources/Prototypes/Traits/skills.yml Обновлены traits: Thieving (изменен stripTimeMultiplier с 0.7 на 0.6), Voracious (изменены foodDelayMultiplier и drinkDelayMultiplier с 0.4 на 0.5, удален вид Vulpkanin из требований), AnomalousPositronics (удален компонент PsionicInsulation)
Resources/Prototypes/_LostParadise/Traits/disabilities.yml Добавлен новый trait: LPPSlowEater с модификатором ConsumeDelayModifier (умножитель 1.6) и требованиями для применения (инвертированные требования по виду и работе)

📜 Recent review details

Configuration used: CodeRabbit UI
Review profile: ASSERTIVE

📥 Commits

Reviewing files that changed from the base of the PR and between 4eb29d3 and 3f6b88b.

📒 Files selected for processing (1)
  • Resources/Locale/en-US/_LostParadise/traits/traits.ftl (1 hunks)
🧰 Additional context used
📓 Path-based instructions (1)
Resources/Locale/en-US/_LostParadise/traits/traits.ftl (1)

Pattern **/*.ftl: Все повторяющиеся переводы должны быть написаны так:
Оригинальный перевод - id1 = text1
Повторяющийся, но с изменениями id2 = { id1 }
и если требуется .desc должен прописываться как { id1.desc }

А многострочные переводы начинающиеся со спецсимвола должны идти сначала id = спецсимвол текст и потом следующая строчка. Пример
id = спецсимвол текст
текст
спецсимвол текст

Все переводы начинающиеся с ent- должны быть с большой буквы после =. Даже после .desc и .suffix

🔇 Additional comments (2)
Resources/Locale/en-US/_LostParadise/traits/traits.ftl (2)

1-1: Название черты корректно определено!

Название "Slow Eater" правильно форматировано и соответствует стандартам локализации.


2-3: Описание черты реализовано правильно!

Описание четко объясняет механику черты и следует рекомендациям по форматированию. Предыдущие замечания по объединению предложений уже учтены в текущей версии.


Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?

❤️ Share
🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (Invoked using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

@github-actions github-actions bot added Статус: Требуется одобрение Ожидание разработчиков для принятия решений Изменения: Локализация Изменяет какие-либо файлы .ftl Изменения: YML Изменяет какие-либо файлы .yml labels Nov 6, 2024
@IAmLePacko
Copy link
Contributor Author

@Evgencheg как отменить все коммиты? На этот пр со старого всё перенеслось почему-то, я так и не понял

@IAmLePacko
Copy link
Contributor Author

эээ какой ошибка ямл, ты чё, френдли фаер, только что не было

Copy link
Contributor

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 6

📜 Review details

Configuration used: CodeRabbit UI
Review profile: ASSERTIVE

📥 Commits

Reviewing files that changed from the base of the PR and between 3248709 and 4eb29d3.

📒 Files selected for processing (6)
  • Resources/Locale/en-US/_LostParadise/traits/traits.ftl (1 hunks)
  • Resources/Locale/en-US/traits/traits.ftl (1 hunks)
  • Resources/Locale/ru-RU/_LostParadise/traits/traits.ftl (1 hunks)
  • Resources/Locale/ru-RU/traits/traits.ftl (1 hunks)
  • Resources/Prototypes/Traits/skills.yml (2 hunks)
  • Resources/Prototypes/_LostParadise/Traits/disabilities.yml (1 hunks)
🧰 Additional context used
📓 Path-based instructions (6)
Resources/Locale/en-US/_LostParadise/traits/traits.ftl (1)

Pattern **/*.ftl: Все повторяющиеся переводы должны быть написаны так:
Оригинальный перевод - id1 = text1
Повторяющийся, но с изменениями id2 = { id1 }
и если требуется .desc должен прописываться как { id1.desc }

А многострочные переводы начинающиеся со спецсимвола должны идти сначала id = спецсимвол текст и потом следующая строчка. Пример
id = спецсимвол текст
текст
спецсимвол текст

Все переводы начинающиеся с ent- должны быть с большой буквы после =. Даже после .desc и .suffix

Resources/Locale/en-US/traits/traits.ftl (1)

Pattern **/*.ftl: Все повторяющиеся переводы должны быть написаны так:
Оригинальный перевод - id1 = text1
Повторяющийся, но с изменениями id2 = { id1 }
и если требуется .desc должен прописываться как { id1.desc }

А многострочные переводы начинающиеся со спецсимвола должны идти сначала id = спецсимвол текст и потом следующая строчка. Пример
id = спецсимвол текст
текст
спецсимвол текст

Все переводы начинающиеся с ent- должны быть с большой буквы после =. Даже после .desc и .suffix

Resources/Locale/ru-RU/_LostParadise/traits/traits.ftl (1)

Pattern **/*.ftl: Все повторяющиеся переводы должны быть написаны так:
Оригинальный перевод - id1 = text1
Повторяющийся, но с изменениями id2 = { id1 }
и если требуется .desc должен прописываться как { id1.desc }

А многострочные переводы начинающиеся со спецсимвола должны идти сначала id = спецсимвол текст и потом следующая строчка. Пример
id = спецсимвол текст
текст
спецсимвол текст

Все переводы начинающиеся с ent- должны быть с большой буквы после =. Даже после .desc и .suffix

Resources/Locale/ru-RU/traits/traits.ftl (1)

Pattern **/*.ftl: Все повторяющиеся переводы должны быть написаны так:
Оригинальный перевод - id1 = text1
Повторяющийся, но с изменениями id2 = { id1 }
и если требуется .desc должен прописываться как { id1.desc }

А многострочные переводы начинающиеся со спецсимвола должны идти сначала id = спецсимвол текст и потом следующая строчка. Пример
id = спецсимвол текст
текст
спецсимвол текст

Все переводы начинающиеся с ent- должны быть с большой буквы после =. Даже после .desc и .suffix

Resources/Prototypes/Traits/skills.yml (1)

Pattern **/*.yml: так же в прототипах запрещены любые переводы на русский. Только на английском или ссылкой на перевод.

Все добавляемые прототипы должны быть в нашей папке.

Никогда не предлагать ничего по отступам

При удалении дополнительного дополнения по типу prob:, можно оставить оригинальную часть с - id:.

Resources/Prototypes/_LostParadise/Traits/disabilities.yml (1)

Pattern **/*.yml: так же в прототипах запрещены любые переводы на русский. Только на английском или ссылкой на перевод.

Все добавляемые прототипы должны быть в нашей папке.

Никогда не предлагать ничего по отступам

При удалении дополнительного дополнения по типу prob:, можно оставить оригинальную часть с - id:.

🪛 yamllint
Resources/Prototypes/_LostParadise/Traits/disabilities.yml

[error] 18-18: no new line character at the end of file

(new-line-at-end-of-file)

🔇 Additional comments (8)
Resources/Locale/en-US/_LostParadise/traits/traits.ftl (1)

1-1: Корректное определение названия черты!

Название черты следует стандартному формату именования и хорошо описывает функциональность.

Resources/Locale/ru-RU/_LostParadise/traits/traits.ftl (1)

1-1: Корректное именование трейта!

Название трейта соответствует формату локализации и хорошо описывает его суть.

Resources/Prototypes/_LostParadise/Traits/disabilities.yml (3)

1-4: 🧹 Nitpick (assertive)

Проверьте баланс очков черты.

Учитывая, что черта значительно замедляет потребление (в 1.6 раза), стоимость в 1 очко может быть занижена. Рекомендуется рассмотреть увеличение стоимости до 2 очков для лучшего баланса.


18-18: 🧹 Nitpick (assertive)

Добавьте пустую строку в конец файла.

Отсутствует перевод строки в конце файла, что может вызвать проблемы при обработке файла некоторыми инструментами.

        - MedicalBorg
+

Likely invalid or redundant comment.

🧰 Tools
🪛 yamllint

[error] 18-18: no new line character at the end of file

(new-line-at-end-of-file)


6-8: ⚠️ Potential issue

Проверьте множители задержки.

Множители 1.6 для еды и напитков не соответствуют описанию в локализации, где указано "вдвое медленнее". Рекомендуется:

- foodDelayMultiplier: 1.6
- drinkDelayMultiplier: 1.6
+ foodDelayMultiplier: 2.0
+ drinkDelayMultiplier: 2.0

Likely invalid or redundant comment.

Resources/Prototypes/Traits/skills.yml (2)

94-94: Подтверждаю изменение множителя времени раздевания.

Уменьшение множителя stripTimeMultiplier с 0.7 до 0.6 для черты "Бывалый вор" корректно реализует заявленное ускорение процесса раздевания.


112-113: Подтверждаю балансировку множителей потребления.

Изменение множителей foodDelayMultiplier и drinkDelayMultiplier с 0.4 на 0.5 для черты "Прожорливый" является частью общего баланса черт, связанных с приёмом пищи, и хорошо сочетается с добавлением новой черты "Медленный едок".

Resources/Locale/ru-RU/traits/traits.ftl (1)

144-147: Перевод выглядит корректно!

Перевод нового трейта "SlowEater" соответствует стилю других переводов в файле и хорошо сочетается с существующим трейтом "Voracious" (Прожорливый), представляя противоположный эффект.

Comment on lines 2 to 4
trait-description-LPPSlowEater =
Whether due to personal habits or physical limitations, you take your time with meals.
You consume food and drinks at half the normal speed.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🧹 Nitpick (assertive)

Описание черты выглядит правильно, но есть предложение по улучшению.

Описание корректно объясняет механику, но для лучшей согласованности с другими чертами, предлагаю объединить два предложения в одно.

Предлагаемое изменение:

 trait-description-LPPSlowEater =
-    Whether due to personal habits or physical limitations, you take your time with meals.
-    You consume food and drinks at half the normal speed.
+    Whether due to personal habits or physical limitations, you take your time with meals, consuming food and drinks at half the normal speed.
📝 Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
trait-description-LPPSlowEater =
Whether due to personal habits or physical limitations, you take your time with meals.
You consume food and drinks at half the normal speed.
trait-description-LPPSlowEater =
Whether due to personal habits or physical limitations, you take your time with meals, consuming food and drinks at half the normal speed.

Comment on lines +2 to +4
trait-description-LPPSlowEater =
Будь то врождённая проблема со здоровьем, дисфункция ротовых органов и мышц или даже ваш собственный способ наслаждения пищей, вы едите медленнее, чем остальные.
Вы потребляете еду и напитки в два раза медленнее, чем обычно.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue

Несоответствие множителя в описании

В описании указано, что потребление происходит "в два раза медленнее", однако в реализации трейта используется множитель 1.6. Необходимо привести описание в соответствие с фактической механикой.

Предлагаемое исправление:

 trait-name-LPPSlowEater = Медленный едок
 trait-description-LPPSlowEater =
     Будь то врождённая проблема со здоровьем, дисфункция ротовых органов и мышц или даже ваш собственный способ наслаждения пищей, вы едите медленнее, чем остальные.
-    Вы потребляете еду и напитки в два раза медленнее, чем обычно.
+    Вы потребляете еду и напитки в полтора раза медленнее, чем обычно.
📝 Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
trait-description-LPPSlowEater =
Будь то врождённая проблема со здоровьем, дисфункция ротовых органов и мышц или даже ваш собственный способ наслаждения пищей, вы едите медленнее, чем остальные.
Вы потребляете еду и напитки в два раза медленнее, чем обычно.
trait-description-LPPSlowEater =
Будь то врождённая проблема со здоровьем, дисфункция ротовых органов и мышц или даже ваш собственный способ наслаждения пищей, вы едите медленнее, чем остальные.
Вы потребляете еду и напитки в полтора раза медленнее, чем обычно.

Comment on lines +10 to +18
- !type:CharacterSpeciesRequirement
inverted: true
species:
- IPC
- !type:CharacterJobRequirement
inverted: true
jobs:
- Borg
- MedicalBorg
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codebase verification

Список исключений требует дополнения.

В текущем списке исключений отсутствуют некоторые синтетические расы и профессии, которые также не должны иметь эту черту характера. Рекомендуется добавить:

  • Skeleton (скелеты не едят)
  • Terminator (синтетические существа)
🔗 Analysis chain

Подтвердите список исключений.

Текущие исключения логичны (IPC и борги не едят), но рекомендуется проверить, не нужно ли добавить другие виды синтетиков или роботов в список исключений.

🏁 Scripts executed

The following scripts were executed for the analysis:

Script:

#!/bin/bash
# Поиск других синтетических рас или профессий
rg -l "synthetic|robot|android" Resources/Prototypes/*/Species/

Length of output: 112


Script:

#!/bin/bash
# Поиск всех файлов с определениями видов (species)
fd -e yml -e yaml species Resources/Prototypes

# Поиск всех файлов с определениями профессий (jobs)
fd -e yml -e yaml jobs Resources/Prototypes

# Поиск упоминаний синтетиков, роботов и андроидов в этих файлах
rg -i "synthetic|robot|android|cyborg|borg|artificial|machine" Resources/Prototypes/**/*.yml

Length of output: 50834

🧰 Tools
🪛 yamllint

[error] 18-18: no new line character at the end of file

(new-line-at-end-of-file)

Comment on lines 184 to 191
<<<<<<< HEAD
=======
trait-name-SlowEater = Slow Eater
trait-description-SlowEater =
Whether due to personal habits or physical limitations, you take your time with meals.
You consume food and drinks at half the normal speed.

>>>>>>> 4298b63e04503b7af7a74458204edcb96c86031d
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue

Критическая ошибка: Необходимо разрешить конфликт слияния!

В файле присутствуют неразрешенные маркеры конфликта слияния (<<<<<<< HEAD, =======, >>>>>>>). Их необходимо удалить, сохранив нужные изменения.

-<<<<<<< HEAD
-=======
 trait-name-SlowEater = Slow Eater
 trait-description-SlowEater =
     Whether due to personal habits or physical limitations, you take your time with meals.
     You consume food and drinks at half the normal speed.

->>>>>>> 4298b63e04503b7af7a74458204edcb96c86031d
📝 Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
<<<<<<< HEAD
=======
trait-name-SlowEater = Slow Eater
trait-description-SlowEater =
Whether due to personal habits or physical limitations, you take your time with meals.
You consume food and drinks at half the normal speed.
>>>>>>> 4298b63e04503b7af7a74458204edcb96c86031d
trait-name-SlowEater = Slow Eater
trait-description-SlowEater =
Whether due to personal habits or physical limitations, you take your time with meals.
You consume food and drinks at half the normal speed.

Comment on lines 186 to 190
trait-name-SlowEater = Slow Eater
trait-description-SlowEater =
Whether due to personal habits or physical limitations, you take your time with meals.
You consume food and drinks at half the normal speed.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🧹 Nitpick (assertive)

Форматирование и содержание соответствует стандартам!

Новая черта "Slow Eater" корректно интегрирована в существующую структуру файла и хорошо дополняет существующую черту "Voracious".

Рекомендация по улучшению описания

Для поддержания единообразия с другими чертами, предлагаю добавить конкретное числовое значение в описание.

 trait-description-SlowEater =
     Whether due to personal habits or physical limitations, you take your time with meals.
-    You consume food and drinks at half the normal speed.
+    You consume food and drinks at 50% of the normal speed.
📝 Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
trait-name-SlowEater = Slow Eater
trait-description-SlowEater =
Whether due to personal habits or physical limitations, you take your time with meals.
You consume food and drinks at half the normal speed.
trait-name-SlowEater = Slow Eater
trait-description-SlowEater =
Whether due to personal habits or physical limitations, you take your time with meals.
You consume food and drinks at 50% of the normal speed.

Comment on lines 142 to 148
<<<<<<< HEAD
=======
trait-name-SlowEater = Медленный едок
trait-description-SlowEater =
Будь то врождённая проблема со здоровьем, дисфункция ротовых органов и мышц или даже ваш собственный способ наслаждения пищей, вы едите медленнее, чем остальные.
Вы потребляете еду и напитки в два раза медленнее, чем обычно.
>>>>>>> 4298b63e04503b7af7a74458204edcb96c86031d
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue

Необходимо разрешить конфликт слияния!

В файле остались маркеры конфликта слияния Git, которые необходимо удалить:

-<<<<<<< HEAD
-
-=======
trait-name-SlowEater = Медленный едок
trait-description-SlowEater =
    Будь то врождённая проблема со здоровьем, дисфункция ротовых органов и мышц или даже ваш собственный способ наслаждения пищей, вы едите медленнее, чем остальные.
    Вы потребляете еду и напитки в два раза медленнее, чем обычно.
->>>>>>> 4298b63e04503b7af7a74458204edcb96c86031d
📝 Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
<<<<<<< HEAD
=======
trait-name-SlowEater = Медленный едок
trait-description-SlowEater =
Будь то врождённая проблема со здоровьем, дисфункция ротовых органов и мышц или даже ваш собственный способ наслаждения пищей, вы едите медленнее, чем остальные.
Вы потребляете еду и напитки в два раза медленнее, чем обычно.
>>>>>>> 4298b63e04503b7af7a74458204edcb96c86031d
trait-name-SlowEater = Медленный едок
trait-description-SlowEater =
Будь то врождённая проблема со здоровьем, дисфункция ротовых органов и мышц или даже ваш собственный способ наслаждения пищей, вы едите медленнее, чем остальные.
Вы потребляете еду и напитки в два раза медленнее, чем обычно.

@Evgencheg
Copy link
Member

@Evgencheg как отменить все коммиты? На этот пр со старого всё перенеслось почему-то, я так и не понял

@IAmLePacko Потому что блять 1 пр 1 бранч а не 2 пра 1 бранч бля

@IAmLePacko
Copy link
Contributor Author

@Evgencheg как отменить все коммиты? На этот пр со старого всё перенеслось почему-то, я так и не понял

@IAmLePacko Потому что блять 1 пр 1 бранч а не 2 пра 1 бранч бля

Блокед мессаге.
В следующий раз будет лучше, наверное. Одобрите уже запрос бассейна.

@Evgencheg
Copy link
Member

@Evgencheg как отменить все коммиты? На этот пр со старого всё перенеслось почему-то, я так и не понял

@IAmLePacko Потому что блять 1 пр 1 бранч а не 2 пра 1 бранч бля

Блокед мессаге. В следующий раз будет лучше, наверное. Одобрите уже запрос бассейна.

ТЫ НЕ пофиксил что я просил. Пока не починишь - не приму

@IAmLePacko
Copy link
Contributor Author

@Evgencheg я сделал вроде

@BL02DL
Copy link
Collaborator

BL02DL commented Nov 7, 2024

@Evgencheg проверь, а так тут уже весит моё одобрение

@Evgencheg Evgencheg merged commit af656f0 into Lost-Paradise-Project:master Nov 7, 2024
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Изменения: YML Изменяет какие-либо файлы .yml Изменения: Локализация Изменяет какие-либо файлы .ftl Статус: Требуется одобрение Ожидание разработчиков для принятия решений
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants