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

Исправлен индикатор статуса мусорки #13742

Closed
wants to merge 1 commit into from

Conversation

Slex
Copy link
Contributor

@Slex Slex commented Jan 25, 2025

Описание изменений

Fixes #13660

Индикаторы статуса мусорки перемещены на плоскость машинерии, слой +0.01

Почему и что этот ПР улучшит

Индикаторы статуса мусорки перестанут перекрывать пришедшие по почте предметы

Авторство

Чеинжлог

🆑

  • bugfix: Индикаторы статуса мусорки более не перекрывают пришедшие по почте предметы

@TauKitty
Copy link
Contributor

Changelog status: ✔️

@TauKitty TauKitty added the Fix label Jan 25, 2025
Comment on lines 410 to +411
for(var/image/I in status_overlay)
I.plane = LIGHTING_LAMPS_PLANE
I.layer = DEFAULT_MACHINERY_LAYER + 0.01
Copy link
Contributor

Choose a reason for hiding this comment

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

I.plane = LIGHTING_LAMPS_PLANE поднимает лампочку на плейн поверх тьмы, к которому еще и применяется пачка фильтров (посмотри как лампочка выглядит во тьме до и после изменений)
так мы просто откатим изменения, сделанные в #11943
ненужное отображение поверх объектов - это чутка более глобальная проблема, которая затрагивает все, что пользуется этим плейном (переключатели света на стенах, глаза нимф-дион, свет на шлеме нюкеров и etc.)
и её нужно как-то более глобально решать

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Спасибо! Пойду пораскуриваю

@Slex Slex closed this Jan 25, 2025
@Slex Slex deleted the issue/13660 branch January 25, 2025 13:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Индикатор мусорки накладывается поверх другого объекта
3 participants