mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-28 22:47:59 +01:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user