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

Подсказка для pipe manifold #1232

Open
wants to merge 1 commit into
base: beta-dev
Choose a base branch
from

Conversation

RoyaltyRat
Copy link
Collaborator

@RoyaltyRat RoyaltyRat commented Dec 2, 2024

ПР делает что-то умное, а именно даёт понять что у вас хед кодер оказывается рак, с модульностью фикс не работает, поэтому я отметил в 4 файлах где исправлено, [CELADON EDIT], и один файл в фиксах, который подсказывает где находиться

  • Pull Request полностью завершен, мне не нужна помощь чтобы его закончить.
  • Я внимательно прочитал все свои изменения и багов в них не нашел.
  • Я запускал сервер со своими изменениями локально и все протестировал.

У вас хед кодер оказывается рак, с модульностью фикс не работает, поэтому я отметил в 4 файлах где исправлено [CELADON EDIT], и один файл в фиксах, который подсказывает где находиться
@MysticalFaceLesS MysticalFaceLesS added 🧱 Код 🧱 Изменения .dm файлов 🔵 Требуется проверка 🪓 ТРОГАЛИ CORE-CODE 🪓 Ты трогал офовский кор код! Внимание! labels Dec 2, 2024
@RoyaltyRat RoyaltyRat added the ❗ PR НЕ МЁРЖИТЬ ❗ PR НЕ МЁРЖИТЬ label Dec 2, 2024
/obj/machinery/atmospherics/pipe/heat_exchanging/manifold/update_icon()
. = ..()
cut_overlays()

//[CELADON EDIT]

Choose a reason for hiding this comment

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

// [/CELADON-EDIT]

@@ -25,11 +25,11 @@
/obj/machinery/atmospherics/pipe/heat_exchanging/manifold/SetInitDirections()
initialize_directions = ALL_CARDINALS
initialize_directions &= ~dir

//[CELADON EDIT]

Choose a reason for hiding this comment

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

// [CELADON-EDIT] - CELADON_FIXES

@@ -23,11 +23,11 @@

/obj/machinery/atmospherics/pipe/heat_exchanging/manifold4w/SetInitDirections()
initialize_directions = initial(initialize_directions)

//[CELADON EDIT]

Choose a reason for hiding this comment

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

// [CELADON-EDIT] - CELADON_FIXES

/obj/machinery/atmospherics/pipe/heat_exchanging/manifold4w/update_icon()
. = ..()
cut_overlays()

//[CELADON EDIT]

Choose a reason for hiding this comment

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

// [/CELADON-EDIT]

@@ -34,11 +34,11 @@
/obj/machinery/atmospherics/pipe/manifold/SetInitDirections()
initialize_directions = ALL_CARDINALS
initialize_directions &= ~dir

//[CELADON EDIT]

Choose a reason for hiding this comment

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

// [CELADON-EDIT] - CELADON_FIXES

@@ -28,11 +28,11 @@

/obj/machinery/atmospherics/pipe/manifold4w/SetInitDirections()
initialize_directions = initial(initialize_directions)

//[CELADON EDIT]

Choose a reason for hiding this comment

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

// [CELADON-EDIT] - CELADON_FIXES

/obj/machinery/atmospherics/pipe/manifold/update_icon()
. = ..()
cut_overlays()
//[CELADON EDIT]

Choose a reason for hiding this comment

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

// [/CELADON-EDIT]

/obj/machinery/atmospherics/pipe/manifold4w/update_icon()
. = ..()
cut_overlays()
//[CELADON EDIT]

Choose a reason for hiding this comment

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

// [/CELADON-EDIT]

. = ..()
cut_overlays()

Все изменения находяться в папке /obj/machinery/atmospherics/pipe для отключения надо убрать . = ..()

Choose a reason for hiding this comment

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

Этот файл удалить, а описание того где че находится, перенести в README.md

Copy link

github-actions bot commented Jan 6, 2025

This PR has been inactive for a month. This means it is at risk of being auto closed in a week, please address any outstanding review items and ensure your PR is finished, if these are all true and you are auto-staled anyway, you need to actively ask maintainers if your PR will be merged. Once you have done any of the previous actions then you should request a maintainer remove the stale label on your PR, to reset the stale timer. If you feel no maintainer will respond in that time, you may wish to close this PR youself, while you seek maintainer comment, as you will then be able to reopen the PR yourself

@github-actions github-actions bot added the Stale label Jan 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
❗ PR НЕ МЁРЖИТЬ ❗ PR НЕ МЁРЖИТЬ 🔵 Требуется проверка 🧱 Код 🧱 Изменения .dm файлов 🪓 ТРОГАЛИ CORE-CODE 🪓 Ты трогал офовский кор код! Внимание! Stale
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants