Prison Shuttle can now only be called by people with Armory access.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@502 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
crazyclonetheninja
2010-11-28 18:56:39 +00:00
parent 0d5c107c18
commit 12c53e514e
+1 -1
View File
@@ -15,7 +15,7 @@ var/prison_shuttle_points = 50
name = "Prison Shuttle Console"
icon = 'computer.dmi'
icon_state = "shuttle"
req_access = list(access_security)
req_access = list(access_armory)
var/temp = null
var/hacked = 0
var/allowedtocall = 0