From e425a3bd2171c159be72adb9563fd0b38d349499 Mon Sep 17 00:00:00 2001 From: Belsima <31827220+Belsima@users.noreply.github.com> Date: Fri, 24 Nov 2017 20:48:06 -0500 Subject: [PATCH] what if COmpile --- code/game/objects/structures/signs.dm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/code/game/objects/structures/signs.dm b/code/game/objects/structures/signs.dm index fd4e4a57140..7438ebbd239 100644 --- a/code/game/objects/structures/signs.dm +++ b/code/game/objects/structures/signs.dm @@ -235,12 +235,12 @@ name = "\improper EMERGENT INTELLIGENCE DETAILS" icon_state = "rogueai" -/obj/structure/sign/bluecross +/obj/structure/sign/redcross name = "medbay" desc = "The Intergalactic symbol of Medical institutions. You'll probably get help here." icon_state = "bluecross" -/obj/structure/sign/bluecross2 +/obj/structure/sign/greencross name = "medbay" desc = "The Intergalactic symbol of Medical institutions. You'll probably get help here." icon_state = "bluecross2" @@ -419,4 +419,4 @@ /obj/structure/sign/atmos/air name = "\improper AIR" - icon_state = "atmos_air" \ No newline at end of file + icon_state = "atmos_air"