derp assistants couldnt leave the tool storage

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@3384 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
vageyenaman@gmail.com
2012-04-01 08:47:41 +00:00
parent 6224c7f6c2
commit 598ea84135
+2 -2
View File
@@ -178,7 +178,7 @@
if("Station Engineer")
return list(access_engine, access_engine_equip, access_tech_storage, access_maint_tunnels, access_external_airlocks, access_construction)
if("Assistant")
return list()
return list(access_maint_tunnels)
if("Chaplain")
return list(access_morgue, access_chapel_office, access_crematorium)
if("Detective")
@@ -219,7 +219,7 @@
if("Chemist")
return list(access_medical, access_chemistry)
if("Janitor")
return list(access_janitor)
return list(access_janitor, access_maint_tunnels)
if("Clown")
return list(access_clown, access_theatre)
if("Mime")