-
Notifications
You must be signed in to change notification settings - Fork 212
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(sprites): returning lost and null sprites #12891
Conversation
code/game/machinery/buttons.dm
Outdated
@@ -150,7 +150,7 @@ | |||
|
|||
/obj/machinery/button/toggle/door | |||
icon = 'icons/obj/stationobjs.dmi' | |||
icon_state = "doorctrl" | |||
icon_state = "doorctrl0" |
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.
И чтобы что? В апдейт_иконе иконка обновляется через initial(icon_state). В итоге ты это просто поломал.
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.
Не заметил, поправлю.
Это фиксится ну явно не добавлением light1 в lighting_overlays.dmi |
Я не совсем понимаю, что должно быть на месте icon_state = "default", поскольку я даже не имею понятия для чего может использоваться в игре ветка /datum/sprite_accessory/skin, поэтому предпочту в таком случае просто не трогать данную ветку. |
Оно лезет вот отсюда.
Ну, вернее - не лезет, потому что это не используется и не выбирается и эту легаси ересь можно смело вырезать. |
Хорошо. Спасибо большое за разъяснение. |
This pull request has conflicts, please resolve those before we can evaluate the pull request. |
4fb5bd3
to
1409cc3
Compare
Починил практически весь список из иссуя ниже. Немного добавил отсебятины в виде фигурки из дартпатронов и форму для ИИшной голограммы. Последнее, в теории, нигде не должно использоваться, поскольку это является родителем голограммной картинки.
close #6791