From 456cea91f3a8d4d6dc95eb94f33e8e1edb4f87fc Mon Sep 17 00:00:00 2001 From: YakumoChen Date: Sat, 13 Mar 2021 02:47:20 +0000 Subject: [PATCH] thermals locked --- code/datums/mutations/sight.dm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/code/datums/mutations/sight.dm b/code/datums/mutations/sight.dm index c8bc1a1597..84effe8eaa 100644 --- a/code/datums/mutations/sight.dm +++ b/code/datums/mutations/sight.dm @@ -42,7 +42,8 @@ difficulty = 18 text_gain_indication = "You can see the heat rising off of your skin..." time_coeff = 2 - instability = 25 + instability = 40 + locked = TRUE var/visionflag = TRAIT_THERMAL_VISION /datum/mutation/human/thermal/on_acquiring(mob/living/carbon/human/owner) @@ -63,7 +64,7 @@ name = "X Ray Vision" desc = "A strange genome that allows the user to see between the spaces of walls." //actual x-ray would mean you'd constantly be blasting rads, wich might be fun for later //hmb text_gain_indication = "The walls suddenly disappear!" - instability = 35 + instability = 50 locked = TRUE visionflag = TRAIT_XRAY_VISION