From 130f323f2dfb00599926ebb55cf777a0a114d80d Mon Sep 17 00:00:00 2001 From: Charlie Nolan Date: Sun, 10 Mar 2024 11:17:26 -0700 Subject: [PATCH] Added a chem heater description to point out that it can cool, too. (#24425) --- code/modules/reagents/chemistry/machinery/chem_heater.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/reagents/chemistry/machinery/chem_heater.dm b/code/modules/reagents/chemistry/machinery/chem_heater.dm index a341e4468fa..86f009a60bb 100644 --- a/code/modules/reagents/chemistry/machinery/chem_heater.dm +++ b/code/modules/reagents/chemistry/machinery/chem_heater.dm @@ -1,5 +1,6 @@ /obj/machinery/chem_heater name = "chemical heater" + desc = "A simple machine that uses a heat exchanger to adjust the temperature of a mixture. Despite the name, it's also capable of cooling. This feature is unpopular with hipsters, as they preferred the chemicals before they were cool." density = TRUE anchored = TRUE icon = 'icons/obj/chemical.dmi'