mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-24 00:21:52 +00:00
## About The Pull Request 123 changed files and multiple crashes after writing broken regex, I replaced most remains of direct spans with macros. This cleans up the code and makes it easier to work with in general, see justification for the original PR. I also fixed a bunch of broken and/or unclosed spans here too. I intentionally avoided replacing spans with multiple classes (in most cases) and spans in the middle of strings as it would impact readability (in my opinion at least) and could be done later if required. ## Why It's Good For The Game Cleaner code, actually using our macros, fixes borked HTML in some places. See original PR. ## Changelog Nothing player-facing
10 lines
743 B
Plaintext
10 lines
743 B
Plaintext
/obj/item/skillchip/job/psychology
|
|
name = "HYPERG1G4 skillchip"
|
|
desc = "Learn to bend the abyss to your will."
|
|
auto_traits = list(TRAIT_SUPERMATTER_SOOTHER, TRAIT_MADNESS_IMMUNE)
|
|
skill_name = "Supermatter Cognition Theory"
|
|
skill_description = "Understand the correct mental patterns to keep in mind around matter in a hyperfractal state, causing immunity to visions and making the matter in question \"calmer\"."
|
|
skill_icon = "spa"
|
|
activate_message = span_notice("You start thinking in patterns that will render you immune to visions from, and act as a calming influence for, matter in a hyperfractal state.")
|
|
deactivate_message = span_notice("Your thoughts become more disordered and jumbled. You are no longer immune to the abyss.")
|