From 10586f3c3b9b7593c8513538b76a6df772b661d8 Mon Sep 17 00:00:00 2001 From: Putnam Date: Sun, 30 Aug 2020 07:33:17 -0700 Subject: [PATCH] trend, trend! --- code/__HELPERS/type2type.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/__HELPERS/type2type.dm b/code/__HELPERS/type2type.dm index 77d5dd6ebe..bbbf99c9de 100644 --- a/code/__HELPERS/type2type.dm +++ b/code/__HELPERS/type2type.dm @@ -467,9 +467,9 @@ if(0 to 2) return "stable, meaning that its heat will always increase." if(2 to 3) - return "metastable, meaning that its heat tend upwards." + return "metastable, meaning that its heat will trend upwards." if (3 to INFINITY) - return "unstable, meaning that its heat will tend downwards." + return "unstable, meaning that its heat will trend downwards." /proc/color2hex(color) //web colors if(!color)