mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 03:57:13 +01:00
Increases activation chances for rarer powers
This commit is contained in:
@@ -47,7 +47,7 @@
|
||||
desc = "Enables the subject to bend low levels of light around themselves, creating a cloaking effect."
|
||||
activation_messages = list("You begin to fade into the shadows.")
|
||||
deactivation_messages = list("You become fully visible.")
|
||||
activation_prob=10
|
||||
activation_prob=25
|
||||
mutation = CLOAK
|
||||
|
||||
/datum/dna/gene/basic/stealth/darkcloak/New()
|
||||
@@ -74,7 +74,7 @@
|
||||
desc = "The subject becomes able to subtly alter light patterns to become invisible, as long as they remain still."
|
||||
activation_messages = list("You feel one with your surroundings.")
|
||||
deactivation_messages = list("You feel oddly visible.")
|
||||
activation_prob=10
|
||||
activation_prob=25
|
||||
mutation = CHAMELEON
|
||||
|
||||
/datum/dna/gene/basic/stealth/chameleon/New()
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
deactivation_messages=list("You feel the need to breathe, once more.")
|
||||
instability = GENE_INSTABILITY_MODERATE
|
||||
mutation=NO_BREATH
|
||||
activation_prob=10
|
||||
activation_prob=25
|
||||
|
||||
/datum/dna/gene/basic/nobreath/New()
|
||||
block=NOBREATHBLOCK
|
||||
@@ -116,7 +116,7 @@
|
||||
deactivation_messages=list("Your muscles shrink.")
|
||||
instability = GENE_INSTABILITY_MAJOR
|
||||
mutation=HULK
|
||||
activation_prob=5
|
||||
activation_prob=15
|
||||
|
||||
/datum/dna/gene/basic/hulk/New()
|
||||
block=HULKBLOCK
|
||||
@@ -156,7 +156,7 @@
|
||||
deactivation_messages=list("the walls around you re-appear.")
|
||||
instability = GENE_INSTABILITY_MAJOR
|
||||
mutation=XRAY
|
||||
activation_prob=10
|
||||
activation_prob=15
|
||||
|
||||
/datum/dna/gene/basic/xray/New()
|
||||
block=XRAYBLOCK
|
||||
@@ -167,7 +167,7 @@
|
||||
deactivation_messages = list("You feel dumber.")
|
||||
instability = GENE_INSTABILITY_MAJOR
|
||||
mutation=TK
|
||||
activation_prob=10
|
||||
activation_prob=15
|
||||
|
||||
/datum/dna/gene/basic/tk/New()
|
||||
block=TELEBLOCK
|
||||
|
||||
Reference in New Issue
Block a user