diff --git a/code/datums/mutations.dm b/code/datums/mutations.dm index 82fa9d7e217..a24fbc63aff 100644 --- a/code/datums/mutations.dm +++ b/code/datums/mutations.dm @@ -98,7 +98,7 @@ name = "Hulk" quality = POSITIVE get_chance = 15 - lowest_value = 256 * 14 + lowest_value = 256 * 12 text_gain_indication = "Your muscles hurt!" /datum/mutation/human/hulk/New() @@ -140,7 +140,7 @@ name = "Telekinesis" quality = POSITIVE get_chance = 20 - lowest_value = 256 * 14 + lowest_value = 256 * 12 text_gain_indication = "You feel smarter!" /datum/mutation/human/telekinesis/New() @@ -172,7 +172,7 @@ name = "X Ray Vision" quality = POSITIVE get_chance = 25 - lowest_value = 256 * 15 + lowest_value = 256 * 12 text_gain_indication = "The walls suddenly disappear!" /datum/mutation/human/x_ray/on_acquiring(mob/living/carbon/human/owner) @@ -352,7 +352,7 @@ name = "Cloak Of Darkness" quality = POSITIVE get_chance = 25 - lowest_value = 256 * 14 + lowest_value = 256 * 12 text_gain_indication = "You begin to fade into the shadows." text_lose_indication = "You become fully visible." @@ -375,7 +375,7 @@ name = "Chameleon" quality = POSITIVE get_chance = 20 - lowest_value = 256 * 14 + lowest_value = 256 * 12 text_gain_indication = "You feel one with your surroundings." text_lose_indication = "You feel oddly exposed."