mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-18 13:43:27 +00:00
* First Genetics Content in 5 Years (Adds new positive mutations!) * Update reach.dm * delete * Update adaptation.dm * Update reach.dm --------- Co-authored-by: carlarctg <53100513+carlarctg@users.noreply.github.com> Co-authored-by: SpaceLoveSs13 <68121607+SpaceLoveSs13@users.noreply.github.com>
11 lines
506 B
Plaintext
11 lines
506 B
Plaintext
/datum/mutation/human/telepathy
|
|
name = "Telepathy"
|
|
desc = "A rare mutation that allows the user to telepathically communicate to others."
|
|
quality = POSITIVE
|
|
text_gain_indication = span_notice("You can hear your own voice echoing in your mind!")
|
|
text_lose_indication = span_notice("You don't hear your mind echo anymore.")
|
|
difficulty = 12
|
|
power_path = /datum/action/cooldown/spell/list_target/telepathy
|
|
instability = POSITIVE_INSTABILITY_MINOR // basically a mediocre PDA messager
|
|
energy_coeff = 1
|