From 40c9527211c4d47af97bcd1f253ed6ac2f82fdeb Mon Sep 17 00:00:00 2001 From: Lularian Date: Wed, 21 Oct 2015 09:31:39 -0500 Subject: [PATCH] Annoying desc for medbay sign --- code/game/objects/structures/signs.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/game/objects/structures/signs.dm b/code/game/objects/structures/signs.dm index 462b3b18de9..5c21ff8be4c 100644 --- a/code/game/objects/structures/signs.dm +++ b/code/game/objects/structures/signs.dm @@ -160,12 +160,12 @@ /obj/structure/sign/bluecross name = "medbay" - desc = "The Intergalactic symbol of Medical institutions. You'll probably get help here.'" + desc = "The Intergalactic symbol of Medical institutions. You'll probably get help here." icon_state = "bluecross" /obj/structure/sign/bluecross_2 name = "medbay" - desc = "The Intergalactic symbol of Medical institutions. You'll probably get help here.'" + desc = "The Intergalactic symbol of Medical institutions. You'll probably get help here." icon_state = "bluecross2" /obj/structure/sign/goldenplaque