From da303f7cf8daf5190273a61c2a52b926ad59b710 Mon Sep 17 00:00:00 2001 From: YakumoChen Date: Sat, 13 Mar 2021 02:45:08 +0000 Subject: [PATCH 1/5] stimmed --- code/datums/mutations/body.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/datums/mutations/body.dm b/code/datums/mutations/body.dm index 866ea85dbf..f7e7960585 100644 --- a/code/datums/mutations/body.dm +++ b/code/datums/mutations/body.dm @@ -261,7 +261,7 @@ desc = "The user's chemical balance is more robust." quality = POSITIVE text_gain_indication = "You feel stimmed." - difficulty = 16 + difficulty = 18 /datum/mutation/human/paranoia name = "Paranoia" From 456cea91f3a8d4d6dc95eb94f33e8e1edb4f87fc Mon Sep 17 00:00:00 2001 From: YakumoChen Date: Sat, 13 Mar 2021 02:47:20 +0000 Subject: [PATCH 2/5] 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 From 0b64ea1ea4785653e66728b9f0bb5ea7304b260b Mon Sep 17 00:00:00 2001 From: YakumoChen Date: Sat, 13 Mar 2021 02:50:10 +0000 Subject: [PATCH 3/5] thermal is a recipe now --- code/datums/mutations/combined.dm | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/code/datums/mutations/combined.dm b/code/datums/mutations/combined.dm index 465706c897..2b2030e8b1 100644 --- a/code/datums/mutations/combined.dm +++ b/code/datums/mutations/combined.dm @@ -30,3 +30,7 @@ /datum/generecipe/hulk required = "/datum/mutation/human/strong; /datum/mutation/human/radioactive" result = HULK + +/datum/generecipe/thermal + required = "/datum/mutation/human/nearsight; /datum/mutation/human/stimmed" + result = THERMAL From 72939a9b978bb9503a07f9669bb8e5275b01d085 Mon Sep 17 00:00:00 2001 From: YakumoChen Date: Sat, 13 Mar 2021 02:53:48 +0000 Subject: [PATCH 4/5] Update syndicate_nodes.dm --- code/modules/research/techweb/nodes/syndicate_nodes.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/research/techweb/nodes/syndicate_nodes.dm b/code/modules/research/techweb/nodes/syndicate_nodes.dm index 193ed8653b..e659e49ac7 100644 --- a/code/modules/research/techweb/nodes/syndicate_nodes.dm +++ b/code/modules/research/techweb/nodes/syndicate_nodes.dm @@ -4,7 +4,7 @@ display_name = "Illegal Technology" description = "Dangerous research used to create dangerous objects." prereq_ids = list("adv_engi", "adv_weaponry", "explosive_weapons") - design_ids = list("decloner", "borg_syndicate_module", "suppressor", "largecrossbow", "donksofttoyvendor", "donksoft_refill", "syndiesleeper") + design_ids = list("decloner", "borg_syndicate_module", "suppressor", "largecrossbow", "donksofttoyvendor", "donksoft_refill", "syndiesleeper", "ci-xray") research_costs = list(TECHWEB_POINT_TYPE_GENERIC = 10000) hidden = TRUE From cb96d72cbd17bf3cb7fe563aa5efdbda1525324e Mon Sep 17 00:00:00 2001 From: YakumoChen Date: Sat, 13 Mar 2021 02:54:19 +0000 Subject: [PATCH 5/5] Update medical_nodes.dm --- code/modules/research/techweb/nodes/medical_nodes.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/research/techweb/nodes/medical_nodes.dm b/code/modules/research/techweb/nodes/medical_nodes.dm index 914a6174ab..4d447d7feb 100644 --- a/code/modules/research/techweb/nodes/medical_nodes.dm +++ b/code/modules/research/techweb/nodes/medical_nodes.dm @@ -104,7 +104,7 @@ display_name = "Combat Cybernetic Implants" description = "Military grade combat implants to improve performance." prereq_ids = list("adv_cyber_implants","weaponry","NVGtech","high_efficiency") - design_ids = list("ci-xray", "ci-thermals", "ci-antidrop", "ci-antistun", "ci-thrusters", "ci-shield") + design_ids = list("ci-thermals", "ci-antidrop", "ci-antistun", "ci-thrusters", "ci-shield") research_costs = list(TECHWEB_POINT_TYPE_GENERIC = 2500) /////////////////////////Advanced Surgery/////////////////////////