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"