goldeneye 
Vars | |
| goldeneye_activated | Have we been activated? |
|---|---|
| goldeneye_extracted_minds | A list of minds that have been extracted and thus cannot be extracted again. |
| goldeneye_keys | A tracked list of all our keys. |
| ignition_time | How long until ICARUS fires? |
| required_keys | How many keys do we need to activate GoldenEye? Can be overriden by Dynamic if there aren't enough heads of staff. |
| uploaded_keys | How many keys have been uploaded to GoldenEye. |
Procs | |
| activate | Activates goldeneye. |
| check_condition | Checks our activation condition after an upload has occured. |
| check_goldeneye_target | Checks if a mind(target_mind) is a head and if they aren't in the goldeneye_extracted_minds list. |
| extract_mind | A safe proc for adding a targets mind to the tracked extracted minds. |
| upload_key | A safe proc for registering a new key to the goldeneye system. |
Var Details
goldeneye_activated 
Have we been activated?
goldeneye_extracted_minds 
A list of minds that have been extracted and thus cannot be extracted again.
goldeneye_keys 
A tracked list of all our keys.
ignition_time 
How long until ICARUS fires?
required_keys 
How many keys do we need to activate GoldenEye? Can be overriden by Dynamic if there aren't enough heads of staff.
uploaded_keys 
How many keys have been uploaded to GoldenEye.
Proc Details
activate
Activates goldeneye.
check_condition
Checks our activation condition after an upload has occured.
check_goldeneye_target
Checks if a mind(target_mind) is a head and if they aren't in the goldeneye_extracted_minds list.
extract_mind
A safe proc for adding a targets mind to the tracked extracted minds.
upload_key
A safe proc for registering a new key to the goldeneye system.