From 32fb9a5f4e44513104e69255d18a5465ad1458ce Mon Sep 17 00:00:00 2001 From: nichlas0010 Date: Thu, 8 Nov 2018 16:08:54 +0100 Subject: [PATCH] Update cloning.dm --- code/game/machinery/cloning.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/machinery/cloning.dm b/code/game/machinery/cloning.dm index 5c1497b79d8b..51c6e88b493e 100644 --- a/code/game/machinery/cloning.dm +++ b/code/game/machinery/cloning.dm @@ -77,7 +77,7 @@ /obj/machinery/clonepod/examine(mob/user) ..() if(in_range(user, src) || isobserver(user)) - to_chat(user, "The status display reads: Speed gay.
Predicted amount of cellular damage: [100-heal_level]%.") + to_chat(user, "The status display reads: Predicted amount of cellular damage: [100-heal_level]%.") //yogs - lol no homo if(efficiency > 5) to_chat(user, "Pod has been upgraded to support autoprocessing and apply beneficial mutations.")