Decreases the difference to avoid odd layering with tables.

This commit is contained in:
PsiOmega
2014-09-15 08:24:45 +02:00
parent bf411dba3b
commit 2e8e532082
+3 -3
View File
@@ -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.