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

Refactors secbot code, cleans up bot code in general. Centralizes defines #8492

Closed
wants to merge 23 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge remote-tracking branch 'upstream/master' into ED-shitcode-fix
  • Loading branch information
Tsar-Salat committed Oct 26, 2023
commit 53c4703ac4ea5f7b2d5b8b6c689a5feb971c9dde
3 changes: 1 addition & 2 deletions code/modules/mob/transform_procs.dm
Original file line number Diff line number Diff line change
Expand Up @@ -540,9 +540,8 @@
if(R.mmi)
R.mmi.transfer_identity(src)

R.job = JOB_NAME_CYBORG
R.notify_ai(AI_NOTIFICATION_NEW_BORG)

. = R
if(R.ckey && is_banned_from(R.ckey, JOB_NAME_CYBORG))
INVOKE_ASYNC(R, TYPE_PROC_REF(/mob/living/silicon/robot, replace_banned_cyborg))
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.