Glass sliding doors for urban maps (#17448)

* doors

* adjustments and fix
This commit is contained in:
Greenjoe12345
2023-09-27 10:26:51 +00:00
committed by GitHub
parent 1ef62dc110
commit 5bccb6ab3e
3 changed files with 53 additions and 0 deletions
+12
View File
@@ -677,7 +677,19 @@
else
return FALSE //Keys only
/obj/machinery/door/urban/glass_sliding
name = "sliding glass door"
desc = "An electronic sliding glass door, often seen in cities."
icon_state = "glass_sliding_closed"
base_icon = "glass_sliding"
autoclose = TRUE
support_ids = TRUE
glass = TRUE
opacity = 0 //otherwise it is opaque until opened/closed for the first time.
/obj/machinery/door/urban/glass_sliding/double //use north state for left side and south state for right side
icon_state = "double_glass_sliding_closed"
base_icon = "double_glass_sliding"
/**
* # Door keys