Skip to content

Commit

Permalink
Makes all silicons incapable of recalling the shuttle (goonstation#13771
Browse files Browse the repository at this point in the history
)
  • Loading branch information
Piesuu authored Apr 21, 2023
1 parent b6bd2b1 commit ffcbf63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/networks/computer3/communication.dm
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@
src.master.add_fingerprint(usr)
return

if(isAI(usr) || src.authenticated == "AIUSR")
if(issilicon(usr) || src.authenticated == "AIUSR")
src.print_text("<b>Error:</b> Shuttle recall from AIUSR blocked by Central Command.")
return

Expand Down

0 comments on commit ffcbf63

Please sign in to comment.