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"