Opaque Elevator Doors (#8629)

This commit is contained in:
Geeves
2020-04-16 14:49:34 -03:00
committed by GitHub
parent 3c232903f1
commit 312b736e92
3 changed files with 9 additions and 5 deletions
+3 -5
View File
@@ -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