From cb723db505c90c1154557ff97fbc6e045066e699 Mon Sep 17 00:00:00 2001 From: MagmaRam Date: Tue, 11 Nov 2014 13:44:57 -0500 Subject: [PATCH] Some mildly offensive wording to less offensive wording. I'm not actually sure how that got in there. --- code/modules/clothing/suits/storage.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/clothing/suits/storage.dm b/code/modules/clothing/suits/storage.dm index 874ce3fd6d..bdcdf2bda6 100644 --- a/code/modules/clothing/suits/storage.dm +++ b/code/modules/clothing/suits/storage.dm @@ -46,6 +46,6 @@ icon_state = icon_open usr << "You unbutton the coat." else //in case some goofy admin switches icon states around without switching the icon_open or icon_closed - usr << "You attempt to button-up the velcro on your [src], before promptly realising how retarded you are." + usr << "You attempt to button-up the velcro on your [src], before promptly realising how silly you are." return update_clothing_icon() //so our overlays update \ No newline at end of file