mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-24 08:31:54 +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
568 B
Plaintext
10 lines
568 B
Plaintext
/obj/item/skillchip/job/roboticist
|
|
name = "Cyborg C1-RCU-1T skillchip"
|
|
desc = "A roboticist's second best friend."
|
|
auto_traits = list(TRAIT_KNOW_CYBORG_WIRES)
|
|
skill_name = "Cyborg Circuitry"
|
|
skill_description = "Recognise cyborg wire layouts and understand their functionality at a glance."
|
|
skill_icon = "sitemap"
|
|
activate_message = "<span class='notice'>You suddenly comprehend the secrets behind cyborg circuitry.</span>"
|
|
deactivate_message = "<span class='notice'>Cyborg circuitry stops making sense as images of coloured wires fade from your mind.</span>"
|