From a0bc630efb21d5c07cd73b7c4fddfb9a7583b2e9 Mon Sep 17 00:00:00 2001 From: Mark van Alphen Date: Sun, 16 Nov 2014 17:00:17 +0100 Subject: [PATCH] Update firedoor.dm --- code/game/machinery/doors/firedoor.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/game/machinery/doors/firedoor.dm b/code/game/machinery/doors/firedoor.dm index b4bb5eb64b6..4948080f0c9 100644 --- a/code/game/machinery/doors/firedoor.dm +++ b/code/game/machinery/doors/firedoor.dm @@ -40,7 +40,7 @@ return temps #define FIREDOOR_MAX_PRESSURE_DIFF 25 // kPa -#define FIREDOOR_MAX_TEMP 50 // °C +#define FIREDOOR_MAX_TEMP 50 // Celsius #define FIREDOOR_MIN_TEMP 0 // Bitflags @@ -129,7 +129,7 @@ o += "" else o += "" - o += "[celsius]°C " + o += "[celsius]Celsius " o += "" o += "[pressure]kPa" usr << o