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

Remove empty string from global lists #1046

Merged
merged 2 commits into from
Feb 27, 2024

Conversation

m-dzianishchyts
Copy link
Collaborator

Что этот PR делает

Из-за особенности работы file2list, в частности использования splittext, глобальные списки имен имеют последним элементом пустую строку, что создает небольшую вероятность присваивания пустого имени кукле при случайной генерации. Думаю, удаление последней пустой строки в файлах должно исправить ишуе.

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

На станции больше не будет ноунеймов (буквально).

Тестирование

Запустился локально, не нашел пустой строки в списках.

Changelog

🆑 Maxiemar
fix: Исправлена проблема с присваиванием персонажам пустого случайного имени.
/:cl:

@AyIong AyIong merged commit 54f154f into ss220club:master Feb 27, 2024
12 of 13 checks passed
Copy link
Collaborator

@PhantornRU PhantornRU left a comment

Choose a reason for hiding this comment

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

Хм. Ну попробуем. Хотя это и не решение, лучше в коде добавить проверку на пустое, т.к. файлы при сохранении могут вновь "добавлять пустые строки в конце"

@m-dzianishchyts m-dzianishchyts deleted the empty-string-in-global-lists branch March 6, 2024 10:45
@dj-34 dj-34 mentioned this pull request Mar 14, 2024
@dj-34 dj-34 linked an issue Mar 14, 2024 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Пустые имена
5 participants