mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-24 17:11:22 +00:00
pAI Computer Piloting (#8842)
pAI can now be put into modular computers to control them. When a pAI is inserted, a new service will be unlocked, which can disable their access to the computer. The VueUI change wasn't tested, but finding and replacing should leave the functionality unchanged.
This commit is contained in:
@@ -126,6 +126,10 @@
|
||||
else // Should never happen - So fail silently
|
||||
return FALSE
|
||||
|
||||
// Override to set when a program shouldn't appear in the program list
|
||||
/datum/computer_file/program/proc/program_hidden()
|
||||
return FALSE
|
||||
|
||||
// Check if the user can run program. Only humans can operate computer. Automatically called in run_program()
|
||||
// User has to wear their ID or have it inhand for ID Scan to work.
|
||||
// Can also be called manually, with optional parameter being access_to_check to scan the user's ID
|
||||
|
||||
Reference in New Issue
Block a user