affected pass 2

This commit is contained in:
SteelSlayer
2020-10-16 16:08:06 -05:00
parent 6b3c022be6
commit 01e81b98d1
2 changed files with 27 additions and 15 deletions
+1 -1
View File
@@ -51,7 +51,7 @@
var/ui_tab = TAB_AIRLOCK_TYPE
/// A list of access numbers which have been checked off by the user in the UI.
var/list/selected_accesses = list()
/// A list of objects that block construction if said object is on the tile the RCD is trying to build on.
/// A list of valid atoms that RCDs can target. Clicking on an atom with an RCD which is not in this list, will do nothing.
var/static/list/allowed_targets = list(/turf, /obj/structure/grille, /obj/structure/window, /obj/structure/lattice, /obj/machinery/door/airlock)
/// An associative list of airlock type paths as keys, and their names as values.
var/static/list/rcd_door_types = list()