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

Admin Event Changes #6034

Merged
merged 1 commit into from
Feb 15, 2021
Merged

Admin Event Changes #6034

merged 1 commit into from
Feb 15, 2021

Conversation

ThatDan123
Copy link
Contributor

@ThatDan123 ThatDan123 commented Feb 15, 2021

CL: Moves Blob and Fugitive spawning to antag tab in event manager

CL: Fixes job ban on ghost role not working when occupation isnt set

CL: Removes old blob event script

fixes #5956

@ThatDan123 ThatDan123 added the Status: Awaiting Review for PRs that are awaiting reviews/rereviews label Feb 15, 2021
return GhostRoleResponseCode.JobBanned;
}

if (role.RoleData.TargetAntagonist != null && PlayerList.Instance.CheckJobBanState(player.UserId, role.RoleData.TargetAntagonist.AntagJobType) == false)
Copy link
Member

Choose a reason for hiding this comment

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

if only we reparented Antagonist and Occupation to be children of the same class 👀

@corp-0 corp-0 merged commit 50594ff into unitystation:develop Feb 15, 2021
@ThatDan123 ThatDan123 deleted the GhostRole branch February 16, 2021 15:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: Awaiting Review for PRs that are awaiting reviews/rereviews
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fugitive event should be moved to the antagonist event subsection in admin tools
2 participants