mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-20 03:25:49 +01:00
The walls on Ruskie DJ station should no longer be animated with the false wall opening sprite.
The prison shuttle console now only requires a security access ID to use. git-svn-id: http://tgstation13.googlecode.com/svn/trunk@1719 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
@@ -14,7 +14,7 @@ var/prison_shuttle_timeleft = 0
|
||||
name = "Prison Shuttle Console"
|
||||
icon = 'computer.dmi'
|
||||
icon_state = "shuttle"
|
||||
req_access = list(access_armory)
|
||||
req_access = list(access_security)
|
||||
var/temp = null
|
||||
var/hacked = 0
|
||||
var/allowedtocall = 0
|
||||
|
||||
Reference in New Issue
Block a user