-
-
Notifications
You must be signed in to change notification settings - Fork 78
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
base: beta-dev
Are you sure you want to change the base?
Conversation
У вас хед кодер оказывается рак, с модульностью фикс не работает, поэтому я отметил в 4 файлах где исправлено [CELADON EDIT], и один файл в фиксах, который подсказывает где находиться
/obj/machinery/atmospherics/pipe/heat_exchanging/manifold/update_icon() | ||
. = ..() | ||
cut_overlays() | ||
|
||
//[CELADON EDIT] |
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.
// [/CELADON-EDIT]
@@ -25,11 +25,11 @@ | |||
/obj/machinery/atmospherics/pipe/heat_exchanging/manifold/SetInitDirections() | |||
initialize_directions = ALL_CARDINALS | |||
initialize_directions &= ~dir | |||
|
|||
//[CELADON EDIT] |
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.
// [CELADON-EDIT] - CELADON_FIXES
@@ -23,11 +23,11 @@ | |||
|
|||
/obj/machinery/atmospherics/pipe/heat_exchanging/manifold4w/SetInitDirections() | |||
initialize_directions = initial(initialize_directions) | |||
|
|||
//[CELADON EDIT] |
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.
// [CELADON-EDIT] - CELADON_FIXES
/obj/machinery/atmospherics/pipe/heat_exchanging/manifold4w/update_icon() | ||
. = ..() | ||
cut_overlays() | ||
|
||
//[CELADON EDIT] |
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.
// [/CELADON-EDIT]
@@ -34,11 +34,11 @@ | |||
/obj/machinery/atmospherics/pipe/manifold/SetInitDirections() | |||
initialize_directions = ALL_CARDINALS | |||
initialize_directions &= ~dir | |||
|
|||
//[CELADON EDIT] |
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.
// [CELADON-EDIT] - CELADON_FIXES
@@ -28,11 +28,11 @@ | |||
|
|||
/obj/machinery/atmospherics/pipe/manifold4w/SetInitDirections() | |||
initialize_directions = initial(initialize_directions) | |||
|
|||
//[CELADON EDIT] |
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.
// [CELADON-EDIT] - CELADON_FIXES
/obj/machinery/atmospherics/pipe/manifold/update_icon() | ||
. = ..() | ||
cut_overlays() | ||
//[CELADON EDIT] |
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.
// [/CELADON-EDIT]
/obj/machinery/atmospherics/pipe/manifold4w/update_icon() | ||
. = ..() | ||
cut_overlays() | ||
//[CELADON EDIT] |
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.
// [/CELADON-EDIT]
. = ..() | ||
cut_overlays() | ||
|
||
Все изменения находяться в папке /obj/machinery/atmospherics/pipe для отключения надо убрать . = ..() |
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.
Этот файл удалить, а описание того где че находится, перенести в README.md
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 |
ПР делает что-то умное, а именно даёт понять что у вас хед кодер оказывается рак, с модульностью фикс не работает, поэтому я отметил в 4 файлах где исправлено, [CELADON EDIT], и один файл в фиксах, который подсказывает где находиться