From cc9236a402d01ce2dc5d4f27612beeb7fd2553df Mon Sep 17 00:00:00 2001 From: SkyratBot <59378654+SkyratBot@users.noreply.github.com> Date: Fri, 3 Feb 2023 16:59:55 +0100 Subject: [PATCH] [MIRROR] Xenobiology regenerative sepia crossbreed usage's description is corrected [MDB IGNORE] (#19125) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Xenobiology regenerative sepia crossbreed usage's description is corrected (#73143) Changes the description of the "regenerative sepia crossbreed" to tell what it actually does : Fully heal, then "déjà-vu" on the position it was used. * Xenobiology regenerative sepia crossbreed usage's description is corrected --------- Co-authored-by: Tristrian --- code/modules/research/xenobiology/crossbreeding/regenerative.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/research/xenobiology/crossbreeding/regenerative.dm b/code/modules/research/xenobiology/crossbreeding/regenerative.dm index 3873fabb708..6460b3a849f 100644 --- a/code/modules/research/xenobiology/crossbreeding/regenerative.dm +++ b/code/modules/research/xenobiology/crossbreeding/regenerative.dm @@ -156,7 +156,7 @@ Regenerative extracts: /obj/item/slimecross/regenerative/sepia colour = "sepia" - effect_desc = "Fully heals the target and stops time." + effect_desc = "Fully heals the target. After 10 seconds, relocate the target to the initial position the core was used with their previous health status." /obj/item/slimecross/regenerative/sepia/core_effect_before(mob/living/target, mob/user) to_chat(target, span_notice("You try to forget how you feel."))