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

fix(zombie): zombie sprite apply fix #11238

Merged
merged 2 commits into from
Dec 21, 2023

Conversation

Doster-d
Copy link
Member

Переброс Тоби органов не дал узнать какой очень умный человек удалил проверки на зомби и из-за этого зомби спрайты не апплаись.

Чейнджлог
🆑
bugfix: Зомбям вернулись их прекрасные спрайты
/🆑
  • Pull Request полностью завершен, мне не нужна помощь чтобы его закончить.
  • Я внимательно прочитал все свои изменения и багов в них не нашел.
  • Я запускал сервер со своими изменениями локально и все протестировал.
  • Я ознакомился c Guide to Contribute.

@Doster-d Doster-d requested a review from a team as a code owner December 17, 2023 21:04
@github-actions github-actions bot added the 📜 Есть CL Чейнджлог в наличии и не содержит ошибок label Dec 17, 2023
@@ -89,6 +89,8 @@ var/list/limb_icon_cache = list()
. += "[species.get_race_key(owner)]"
. += "[bb]"
. += is_stump() ? "_s" : ""
if(owner.mind.special_role == "Zombie")
. += "_z"
Copy link
Collaborator

Choose a reason for hiding this comment

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

Suggested change
. += "_z"
. += "_z"

А если зомби с роботической конечностью будет, то что случится?

Copy link
Member Author

Choose a reason for hiding this comment

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

Failsafe сработает и все будет норм, всего лишь будет две генерации одно и той же иконке

Copy link
Member Author

Choose a reason for hiding this comment

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

Это просто функция для понимания отрисовщика, когда надо обновлять спрайт

@Doster-d Doster-d added 🔧 фикс Фикс пофикшенного фикса 🧠 Режим: зомби labels Dec 18, 2023
@kreeperHLC kreeperHLC merged commit a8caff2 into ChaoticOnyx:dev Dec 21, 2023
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
📜 Есть CL Чейнджлог в наличии и не содержит ошибок 🔧 фикс Фикс пофикшенного фикса 🧠 Режим: зомби
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants