From d6de2580a0bb32b256baef8a9aeeb1f093090e3e Mon Sep 17 00:00:00 2001 From: TheVekter Date: Mon, 9 Dec 2019 01:50:48 -0600 Subject: [PATCH] Allows Cultists to draw runes in the Library (#48125) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit About The Pull Request Fixes #48118. Why It's Good For The Game Iä! Iä! Cthulhu fhtagn! Ph'nglui mglw'nfah Cthulhu R'lyeh wgah'nagl fhtagn! Changelog cl fix: The Cult should now actually be able to draw runes in the Library. /cl --- code/game/area/Space_Station_13_areas.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/game/area/Space_Station_13_areas.dm b/code/game/area/Space_Station_13_areas.dm index ba0a11d4f24..677a6e6a9a0 100644 --- a/code/game/area/Space_Station_13_areas.dm +++ b/code/game/area/Space_Station_13_areas.dm @@ -421,7 +421,7 @@ NOTE: there are two lists of areas in the end of this file: centcom and station /area/library name = "Library" icon_state = "library" - flags_1 = NONE + flags_1 = CULT_PERMITTED_1 /area/library/lounge name = "Library Lounge" @@ -430,7 +430,7 @@ NOTE: there are two lists of areas in the end of this file: centcom and station /area/library/abandoned name = "Abandoned Library" icon_state = "library" - flags_1 = NONE + flags_1 = CULT_PERMITTED_1 /area/chapel icon_state = "chapel"