interrogator ![modular_skyrat/modules/assault_operatives/code/interrogator.dm 18](git.png)
The interrorgator, a piece of machinery used in assault ops to extract GoldenEye keys from heads of staff.
This device has 3 stages.
This device has a few requirements to function:
- Must be on station Z-level
- Must be a head of staff with a linked interrogate objective
- Must be alive
- Must not be a duplicate key
After a key has been extracted, it will send a pod somewhere into maintenance, and the syndicates will know about it straight away.
Vars | |
human_occupant | The human occupant currently inside. Used for easier referencing later on. |
---|---|
locked | Is the door locked? |
processing | Is the system currently processing? |
timer_id | The link to our timer ID so we can override it if need be. |
Var Details
human_occupant ![modular_skyrat/modules/assault_operatives/code/interrogator.dm 35](git.png)
The human occupant currently inside. Used for easier referencing later on.
locked ![modular_skyrat/modules/assault_operatives/code/interrogator.dm 27](git.png)
Is the door locked?
processing ![modular_skyrat/modules/assault_operatives/code/interrogator.dm 29](git.png)
Is the system currently processing?
timer_id ![modular_skyrat/modules/assault_operatives/code/interrogator.dm 31](git.png)
The link to our timer ID so we can override it if need be.