From cdb1cb3a4fa8c03201653a03cec3fec2e8471df5 Mon Sep 17 00:00:00 2001 From: Erthilo Date: Mon, 28 May 2012 20:50:45 +0100 Subject: [PATCH] Fixes a typo, and changelog. --- code/modules/clothing/suits/labcoat.dm | 4 ++-- html/changelog.html | 10 ++++++++++ 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/code/modules/clothing/suits/labcoat.dm b/code/modules/clothing/suits/labcoat.dm index 0c7f70d202b..f1ebd585db9 100644 --- a/code/modules/clothing/suits/labcoat.dm +++ b/code/modules/clothing/suits/labcoat.dm @@ -48,11 +48,11 @@ /obj/item/clothing/suit/storage/labcoat/fr_jacket name = "first responder jacket" - desc = "A high-visibility jacket worn by medical first responsers." + desc = "A high-visibility jacket worn by medical first responders." icon_state = "fr_jacket_open" item_state = "fr_jacket" /obj/item/clothing/suit/storage/labcoat/fr_jacket/sleeve name = "first responder jacket" - desc = "A high-visibility jacket worn by medical first responsers. Has rolled up sleeves." + desc = "A high-visibility jacket worn by medical first responders. Has rolled up sleeves." icon_state = "fr_sleeve_open" diff --git a/html/changelog.html b/html/changelog.html index 668176c0552..5b29924bdaf 100644 --- a/html/changelog.html +++ b/html/changelog.html @@ -56,6 +56,16 @@ Stuff which is in development and not yet visible to players or just code relate should be listed in the changelog upon commit though. Thanks. --> +
+

28 May 2012

+

Erthilo updated:

+ +
+

27 May 2012

Abi79 updated: