-
Notifications
You must be signed in to change notification settings - Fork 441
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
Add: Quartermaster as head of the department #4817
Conversation
ду нот мерге |
|
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.
Paradise/tgui/packages/tgui/interfaces/common/CrewManifest.js
Lines 9 to 37 in 9a91589
const HeadRoles = [ | |
"Captain", | |
"Head of Security", | |
"Chief Engineer", | |
"Chief Medical Officer", | |
"Research Director", | |
"Head of Personnel", | |
]; | |
// Head colour check. Abbreviated to save on 80 char | |
const HCC = role => { | |
// Return green if they are the head | |
if (HeadRoles.indexOf(role) !== -1) { | |
return "green"; | |
} | |
// Return yellow if its the qm | |
if (role === "Quartermaster") { | |
return "yellow"; | |
} | |
// Return orange if its a regular person | |
return "orange"; | |
}; | |
// Head bold check. Abbreviated to save on 80 char | |
const HBC = role => { | |
// Return true if they are a head, or a QM | |
if ((HeadRoles.indexOf(role) !== -1) || role === "Quartermaster") { |
Тут требуется добавить в лист глав и убрать отображение кма жёлтым.
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.
Пара моментов.
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.
Синий фон глав стандартен, взять бы его тоже. А так всё окей как по мне. Нужно только убрать изменения из комнат отеля, они сделаны в #4836
…g access to resources.
…ead of Staff from the "Supply" category of the manifest.
…fication should highlight QMs messages in bold.
в задачах на воровство нужно убрать ГП из целек в отделе КМа. |
Нужно перенести ваучер на получения шахтерской санряги с мостика, в шкафчик КМа. А так же нужно добавить в его шкаф капсулу, ибо удаляя из шкафов капсулы шахтеров обещали добавить 1 КМу но не добавили. |
Изменил. |
Рано или поздно этот ПР будет замерджен. Надеюсь. |
Описание
Ссылка на предложение/Причина создания ПР
https://discord.com/channels/617003227182792704/755125334097133628/1215921517217579078
Демонстрация изменений