From ca9f20062948b89c123eddb647cb30c7f0a45bb8 Mon Sep 17 00:00:00 2001 From: TDSSS <32099540+TDSSS@users.noreply.github.com> Date: Sun, 25 Nov 2018 04:06:12 +0100 Subject: [PATCH] Area renaming --- code/game/area/Space Station 13 areas.dm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/code/game/area/Space Station 13 areas.dm b/code/game/area/Space Station 13 areas.dm index 49bc85959f5..7c66666af04 100644 --- a/code/game/area/Space Station 13 areas.dm +++ b/code/game/area/Space Station 13 areas.dm @@ -1505,7 +1505,7 @@ var/list/ghostteleportlocs = list() /area/medical/biostorage - name = "\improper Secondary Storage" + name = "\improper Medical Storage" icon_state = "medbaysecstorage" music = 'sound/ambience/signal.ogg' @@ -1553,8 +1553,8 @@ var/list/ghostteleportlocs = list() icon_state = "CMO" /area/medical/cmostore - name = "\improper Secure Storage" - icon_state = "CMO" + name = "\improper Medical Secondary Storage" + icon_state = "medbaysecstorage" /area/medical/robotics name = "\improper Robotics"