From 0dc0cd6be2ab121e159f1e30826f6d0ba5b5bf05 Mon Sep 17 00:00:00 2001 From: Maximal08 <73069825+Maximal08@users.noreply.github.com> Date: Thu, 20 Mar 2025 18:34:05 +0500 Subject: [PATCH] Changing the description of the red stable slimecore effect (#90134) ## About The Pull Request changes the description of the stable red extract from "Nullifies all equipment based slowdowns." to "Nullifies all equipment based speed change." Because that's what it does. ## Why It's Good For The Game The description of the effects in the game must match what their code does. ## Changelog :cl: spellcheck: changes the description of the stable red extract from "Nullifies all equipment based slowdowns." to "Nullifies all equipment based speed change." /:cl: --- code/modules/research/xenobiology/crossbreeding/stabilized.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/research/xenobiology/crossbreeding/stabilized.dm b/code/modules/research/xenobiology/crossbreeding/stabilized.dm index ad5750de9ff..14bbdd6dda5 100644 --- a/code/modules/research/xenobiology/crossbreeding/stabilized.dm +++ b/code/modules/research/xenobiology/crossbreeding/stabilized.dm @@ -110,7 +110,7 @@ Stabilized extracts: /obj/item/slimecross/stabilized/red colour = SLIME_TYPE_RED - effect_desc = "Nullifies all equipment based slowdowns." + effect_desc = "Nullifies all equipment based speed change." /obj/item/slimecross/stabilized/green colour = SLIME_TYPE_GREEN