From 0728a1f8e8ea9565a7aad75479efc386a62d8c53 Mon Sep 17 00:00:00 2001 From: DJSnapshot Date: Sun, 14 Sep 2014 20:07:00 -0700 Subject: [PATCH] gives warden the ability to use faxes --- code/WorkInProgress/kilakk/fax.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/WorkInProgress/kilakk/fax.dm b/code/WorkInProgress/kilakk/fax.dm index 0a96726dbd9..2c342296207 100644 --- a/code/WorkInProgress/kilakk/fax.dm +++ b/code/WorkInProgress/kilakk/fax.dm @@ -5,7 +5,7 @@ var/list/alldepartments = list("Central Command") name = "fax machine" icon = 'icons/obj/library.dmi' icon_state = "fax" - req_one_access = list(access_lawyer, access_heads) + req_one_access = list(access_lawyer, access_heads, access_armory) //Warden needs to be able to Fax solgov too. anchored = 1 density = 1 use_power = 1