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

Custom cannister colors aren't cleared making new design #277

Closed
Artorp opened this issue Feb 9, 2015 · 2 comments
Closed

Custom cannister colors aren't cleared making new design #277

Artorp opened this issue Feb 9, 2015 · 2 comments
Labels
Bug This is a bug in our game code

Comments

@Artorp
Copy link
Contributor

Artorp commented Feb 9, 2015

First of all I'd like to say I love the new labeling system. There's one issue tho, labels and decals aren't cleared when the canister is relabelled. You can change the primary color, but the others+decals sticks with it till the end.

@PJB3005
Copy link
Contributor

PJB3005 commented Feb 10, 2015

that's... odd? both the _color and decals var are being cleared every time you relabel, and the overlays are cleared by the update_icon() code, always, I'm gonna have to test this later but I see no logical way this can happen, the only way this can happen (that I can think of) is that doing decals = list() doesn't make decals refer to a new, empty list, but some BYOND BS

@Artorp
Copy link
Contributor Author

Artorp commented Feb 10, 2015

Good work, all issues seem to have been fixed. 👍

@Artorp Artorp closed this as completed Feb 10, 2015
@mvanalphen mvanalphen added the Bug This is a bug in our game code label Feb 11, 2015
mattgroy pushed a commit to mattgroy/Paradise that referenced this issue Nov 10, 2023
<!-- Пишите **НИЖЕ** заголовков и **ВЫШЕ** комментариев, иначе что то
может пойти не так. -->
<!-- Вы можете прочитать Contributing.MD, если хотите узнать больше. -->

## Что этот PR делает
Содержит визуальные улучшения:
- Рума локеров
- Оружейная
- Туалеты
- Увеличен брифинг рум
- Переложена плитка в холле

## Почему это хорошо для игры
а

## Изображения изменений
![2023-10-03 13 01
44](https://github.com/ss220club/Paradise-SS220/assets/20109643/5e82e301-d799-4640-863e-805f4f16231d)

![brig](https://github.com/ss220club/Paradise-SS220/assets/20109643/61d59d53-c3c9-4b41-9a5f-2f0839a663de)


## Тестирование
В игре

## Changelog

:cl:
tweak: Кибериада: Улучшение Брига, часть 1
/:cl:

<!-- Оба :cl:'а должны быть на месте, что-бы чейнджлог работал! Вы
можете написать свой ник справа от первого :cl:, если хотите. Иначе
будет использован ваш ник на ГитХабе. -->
<!-- Вы можете использовать несколько записей с одинаковым префиксом
(Они используются только для иконки в игре) и удалить ненужные. Помните,
что чейнджлог должен быть понятен обычным игроком. -->
<!-- Если чейнджлог не влияет на игроков(например, это рефактор), вы
можете исключить всю секцию. -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug This is a bug in our game code
Projects
None yet
Development

No branches or pull requests

3 participants