-
Notifications
You must be signed in to change notification settings - Fork 49
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
NTR & BlueShield access fix #1013
Conversation
Reviewer's Guide by SourceryThis pull request implements access changes for the Nanotrasen Representative and Blueshield, granting them access to the heads' offices. Additionally, the Nanotrasen Representative's headset now receives all department radio frequencies. A minor fix was also applied to a button in the Cyberiad coffee shop. Class diagram showing updated encryption key configurationclassDiagram
class EncryptionKey {
+name: string
+icon_state: string
+channels: list
+greyscale_config
+greyscale_colors: string
}
class NTRepEncryptionKey {
+name: "nanotrasen representative's encryption key"
+icon_state: "cypherkey_centcom"
+channels: list[all departments]
+greyscale_config: "/datum/greyscale_config/encryptionkey_centcom"
+greyscale_colors: "#1d2657#dca01b"
}
EncryptionKey <|-- NTRepEncryptionKey
note for NTRepEncryptionKey "Updated to include all department channels"
File-Level Changes
Possibly linked issues
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
вечером или завтра уберу немодульные изменения |
немного криво решил конфликты, но вроде от мастера не отличается |
Наебал |
короче сделаем проще |
Что этот PR делает
Представителю и Щиту добавлены доступы в прямые точки их интереса - кабинеты глав. Пока что только на Кибериаде.
Наушник Представителя теперь ловит радиочастоты всех отделов.
Небольшой фикс кнопочки в кофейне на Кибериаде - не привязан id.
Почему это хорошо для игры
НТР есть заноза в задница
Изображения изменений
Тестирование
Локалка
Changelog
🆑
fix: НТР и БЩ теперь имеют доступы в кабинеты глав на Кибериаде. НТР имеет доступ ко всем радиочастотам станции. Фикс кнопки в кофейне Кибериады.
/:cl: