Changes the CCIA Recorder so it can be used to interview other CCIA Agents.
Currently there is a inbuilt protection that prevents a ccia agent from registering himself as the interviewee.
This has been extended to check for the presence of R_CCIA and the absence of a character_id.
Co-authored-by: Werner <Arrow768@users.noreply.github.com>
Ports minor code changes to english_list from 2016 Baycode for patch compatibility:
Baystation12/Baystation12#13852Baystation12/Baystation12#13853
Adds missing is* macros for basic classes (I needed just isatom but felt like we should also really be using isitem and islist; it's not used anywhere at the moment though).
Applies my closet patch from PolarisSS13/Polaris#6656 (they already had a kind of contents display, here it is a new feature).
Adds a Himeo voidsuit kit to the loadout that can be used to reskin a mining voidsuit into a Himeo voidsuit and back. Mechanically, it is identical to a mining suit.
* Odin Ghost Role Update
* Overhauls Odin Access according to the existing access levels
* Overhauls the get_cetncom_access proc
* Fixes nt ghost roles having complete access to everything (instead of just the station)
* Updates get_cetncom_access with actually used roles
* Updates jobs in get_all_centcom_jobs
* Adds a bartender / chef job to the odin
* Adds a janitor job to the odin
* Adds a medical doctor / pharmacist job to the odin
* * Add two hooks that are called when a emergency/crew transfer is called
* Add a chance that the odin chef / bartender role is enabled upon crew transfer
* Locks down the odin and spawns in the checkpoint security if a crew transfer / emergency shuttle under certain conditions
* * Increases the chef-count to 2
* Removes the produce from the chef-backpack as they have a vending machine full of it.
* * Changes the time when the lockdown occurs / the spawnpoints are enabled to after the transfer shuttle has departed.
* * Let CCIA enable (some of) those roles.
* Galoshes for the Janitor
* * Add logging
Co-authored-by: Werner <Arrow768@users.noreply.github.com>
Adds a admin verb to force a specific away mission.
(So there is no need to dig around the the SSpersist_config controller)
Co-authored-by: Werner <Arrow768@users.noreply.github.com>