From 06755bb0147b4d1798c03df72ea1ef9614a4a527 Mon Sep 17 00:00:00 2001 From: "musketstgstation@gmail.com" Date: Wed, 29 Sep 2010 14:32:19 +0000 Subject: [PATCH] Chem and Tox access removed from the botanists because goddamn guys stop pissing off the chemist. git-svn-id: http://tgstation13.googlecode.com/svn/trunk@220 316c924e-a436-60f5-8080-3fe189b3f50e --- code/game/jobs/access.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/jobs/access.dm b/code/game/jobs/access.dm index e0f7729103..99ab020a95 100644 --- a/code/game/jobs/access.dm +++ b/code/game/jobs/access.dm @@ -104,7 +104,7 @@ if("Medical Doctor") return list(access_medical, access_morgue) if("Botanist") // -- TLE - return list(access_medical, access_chemistry, access_hydroponics, access_tox) // Added tox access because there's chem access -- Skie + return list(access_medical, access_hydroponics) // Removed tox and chem access because STOP PISSING OFF THE CHEMIST GUYS if("Librarian") // -- TLE return list(access_library) if("Lawyer") //Muskets 160910