mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-18 18:44:48 +01:00
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:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user