From 5ee4e7fd5dbc4d8790d0262bacfdc1efb0a55ab5 Mon Sep 17 00:00:00 2001 From: AffectedArc07 <25063394+AffectedArc07@users.noreply.github.com> Date: Thu, 7 Oct 2021 16:30:05 +0100 Subject: [PATCH] Prevents uploading codex gigas to library --- code/modules/library/codex_gigas.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/library/codex_gigas.dm b/code/modules/library/codex_gigas.dm index 964f885d59a..c1d03f3aed3 100644 --- a/code/modules/library/codex_gigas.dm +++ b/code/modules/library/codex_gigas.dm @@ -8,3 +8,4 @@ author = "Forces beyond your comprehension" unique = TRUE title = "The codex gigas" + has_drm = TRUE