mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-30 07:27:57 +01:00
Update tgui/packages/tgui/interfaces/common/CrewManifest.js
Co-authored-by: Contrabang <91113370+Contrabang@users.noreply.github.com>
This commit is contained in:
@@ -29,8 +29,7 @@ const HCC = (role) => {
|
|||||||
// Head bold check. Abbreviated to save on 80 char
|
// Head bold check. Abbreviated to save on 80 char
|
||||||
const HBC = (role) => {
|
const HBC = (role) => {
|
||||||
// Return true if they are a head
|
// Return true if they are a head
|
||||||
if (HeadRoles.indexOf(role) !== -1) {
|
return (HeadRoles.indexOf(role) !== -1);
|
||||||
return true;
|
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user