From 8aa859b0f44d5ee76ce787742c06190153fb93fb Mon Sep 17 00:00:00 2001 From: GDN <96800819+GDNgit@users.noreply.github.com> Date: Fri, 7 Jul 2023 07:23:34 -0500 Subject: [PATCH] Reduces the amount of perf organic space suit injects (#21537) --- code/modules/antagonists/changeling/powers/mutations.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/antagonists/changeling/powers/mutations.dm b/code/modules/antagonists/changeling/powers/mutations.dm index 30dbaeb3b7f..b6eabd3a5d7 100644 --- a/code/modules/antagonists/changeling/powers/mutations.dm +++ b/code/modules/antagonists/changeling/powers/mutations.dm @@ -447,7 +447,7 @@ /obj/item/clothing/suit/space/changeling/process() if(ishuman(loc)) var/mob/living/carbon/human/H = loc - H.reagents.add_reagent("perfluorodecalin", REAGENTS_METABOLISM) + H.reagents.add_reagent("perfluorodecalin", 0.2) /obj/item/clothing/head/helmet/space/changeling name = "flesh mass"