mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-30 00:21:11 +01:00
Opaque Elevator Doors (#8629)
This commit is contained in:
@@ -2,14 +2,12 @@
|
||||
name = "Elevator Door"
|
||||
desc = "Ding."
|
||||
req_access = list(access_maint_tunnels)
|
||||
opacity = 0
|
||||
autoclose = 0
|
||||
glass = 1
|
||||
autoclose = FALSE
|
||||
icon = 'icons/obj/doors/doorlift.dmi'
|
||||
assembly_type = /obj/structure/door_assembly/door_assembly_lift
|
||||
hashatch = 0
|
||||
hashatch = FALSE
|
||||
panel_visible_while_open = TRUE
|
||||
insecure = 0
|
||||
insecure = FALSE
|
||||
|
||||
var/datum/turbolift/lift
|
||||
var/datum/turbolift_floor/floor
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
author: Geeves
|
||||
|
||||
delete-after: True
|
||||
|
||||
changes:
|
||||
- tweak: "Elevator doors are now opaque and laser shots will not pass through them."
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 13 KiB After Width: | Height: | Size: 4.1 KiB |
Reference in New Issue
Block a user