forked from Exiled-Official/EXILED
-
Notifications
You must be signed in to change notification settings - Fork 49
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add role checks (like IsScp) to Role Extensions / RoleTypeId (#177)
* feat: add IsScp to RoleExtensions * Discard changes to EXILED/EXILED.props * style: move IsScp next to IsFpcRole * feat: add more Is checks * style: add back trailing commas * feat: update player to use RoleExtensions * fix: IsHuman * fix: Player.IsHuman * feat: facility guard are not NTF * docs: IsNtf and IsMilitary don't include fac guards * feat: revert back useless changes * feat: remove IsHuman to avoid conflicts --------- Co-authored-by: VALERA771 <72030575+VALERA771@users.noreply.github.com> Co-authored-by: Yamato <66829532+louis1706@users.noreply.github.com>
- Loading branch information
1 parent
ef52b45
commit debe235
Showing
2 changed files
with
43 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
💀