mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-25 09:01:40 +00:00
* Move psychologist immunity from mind to skillchip (#55813) Skillchips are neat, and this is the sort of "job-specific skill" that can remain job specific, but still gainable in the shift through in-universe means. The logic behind the skillchip is that the supermatter is psychically sensitive, hence the hallucinations and headaches from looking at it and projecting the "correct mental aura" will help it calm down. But that is lore following mechanics. Refactors skillchips to be able to automatically apply more than one trait. * Move psychologist immunity from mind to skillchip Co-authored-by: coiax <yellowbounder@gmail.com>
10 lines
584 B
Plaintext
10 lines
584 B
Plaintext
/obj/item/skillchip/job/engineer
|
|
name = "Engineering C1-RCU-1T skillchip"
|
|
desc = "Endorsed by Poly."
|
|
auto_traits = list(TRAIT_KNOW_ENGI_WIRES)
|
|
skill_name = "Engineering Circuitry"
|
|
skill_description = "Recognise airlock and APC wire layouts and understand their functionality at a glance."
|
|
skill_icon = "sitemap"
|
|
activate_message = "<span class='notice'>You suddenly comprehend the secrets behind airlock and APC circuitry.</span>"
|
|
deactivate_message = "<span class='notice'>Airlock and APC circuitry stops making sense as images of coloured wires fade from your mind.</span>"
|