mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-25 21:19:44 +01:00
Merge pull request #6398 from PsiOmegaDelta/FiredoorLayer
Changes emergency shutter layer
This commit is contained in:
@@ -18,9 +18,9 @@
|
||||
req_one_access = list(access_atmospherics, access_engine_equip)
|
||||
opacity = 0
|
||||
density = 0
|
||||
layer = DOOR_OPEN_LAYER - 0.1
|
||||
open_layer = DOOR_OPEN_LAYER - 0.1 // Just below doors when open
|
||||
closed_layer = DOOR_CLOSED_LAYER + 0.1 // Just above doors when closed
|
||||
layer = DOOR_OPEN_LAYER - 0.01
|
||||
open_layer = DOOR_OPEN_LAYER - 0.01 // Just below doors when open
|
||||
closed_layer = DOOR_CLOSED_LAYER + 0.01 // Just above doors when closed
|
||||
|
||||
var/blocked = 0
|
||||
var/lockdown = 0 // When the door has detected a problem, it locks.
|
||||
|
||||
Reference in New Issue
Block a user