From 9e7b9f94f5aea07ba938614d39e57cbdf40801ba Mon Sep 17 00:00:00 2001 From: Kole6738 Date: Mon, 4 Jan 2016 18:01:55 -0800 Subject: [PATCH] Fix missing plural apostrophe Patients Rooms to Patients' Rooms --- code/game/area/Space Station 13 areas.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/area/Space Station 13 areas.dm b/code/game/area/Space Station 13 areas.dm index 2d979f712bf..1fb167a8163 100644 --- a/code/game/area/Space Station 13 areas.dm +++ b/code/game/area/Space Station 13 areas.dm @@ -740,7 +740,7 @@ var/list/teleportlocs = list() music = 'sound/ambience/signal.ogg' /area/medical/patients_rooms - name = "Patient's Rooms" + name = "Patients' Rooms" icon_state = "patients" /area/medical/cmo