diff --git a/code/datums/mutations.dm b/code/datums/mutations.dm
index 4b435d4b09c..768d5264e74 100644
--- a/code/datums/mutations.dm
+++ b/code/datums/mutations.dm
@@ -94,7 +94,7 @@
name = "Hulk"
quality = POSITIVE
- get_chance = 5
+ get_chance = 15
lowest_value = 256 * 14
text_gain_indication = "Your muscles hurt!"
@@ -136,7 +136,7 @@
name = "Telekinesis"
quality = POSITIVE
- get_chance = 10
+ get_chance = 20
lowest_value = 256 * 14
text_gain_indication = "You feel smarter!"
@@ -151,7 +151,7 @@
name = "Cold Resistance"
quality = POSITIVE
- get_chance = 10
+ get_chance = 25
lowest_value = 256 * 12
text_gain_indication = "Your body feels warm!"
@@ -168,7 +168,7 @@
name = "X Ray Vision"
quality = POSITIVE
- get_chance = 10
+ get_chance = 30
lowest_value = 256 * 15
text_gain_indication = "The walls suddenly disappear!"
@@ -348,7 +348,7 @@
/datum/mutation/human/stealth
name = "Cloak Of Darkness"
quality = POSITIVE
- get_chance = 10
+ get_chance = 20
lowest_value = 256 * 14
text_gain_indication = "You begin to fade into the shadows."
text_lose_indication = "You become fully visible."
@@ -371,7 +371,7 @@
/datum/mutation/human/chameleon
name = "Chameleon"
quality = POSITIVE
- get_chance = 10
+ get_chance = 20
lowest_value = 256 * 14
text_gain_indication = "You feel one with your surroundings."
text_lose_indication = "You feel oddly exposed."