From 27de409c44619db5b4fb88bee2446ae0c1ec5f0d Mon Sep 17 00:00:00 2001 From: PsiOmega Date: Thu, 18 Jun 2015 08:13:30 +0200 Subject: [PATCH] Fixes #9853. Caused by re-use of type name. --- code/game/jobs/access_datum.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/jobs/access_datum.dm b/code/game/jobs/access_datum.dm index d0855e47810..3aca20b7603 100644 --- a/code/game/jobs/access_datum.dm +++ b/code/game/jobs/access_datum.dm @@ -14,7 +14,7 @@ region = ACCESS_REGION_SECURITY /var/const/access_brig = 2 // Brig timers and permabrig -/datum/access/security +/datum/access/holding id = access_brig desc = "Holding Cells" region = ACCESS_REGION_SECURITY