Adds an xenobiology access shield wall generator to all maps' except Cerestation's xenobiology (#424)

This commit is contained in:
CitadelStationBot
2017-04-16 17:14:19 -05:00
committed by TalkingCactus
parent ba95892ddd
commit dfd470adf9
6 changed files with 127 additions and 66 deletions

View File

@@ -239,6 +239,12 @@
var/shield_range = 8
var/obj/structure/cable/attached // the attached cable
/obj/machinery/shieldwallgen/xenobiologyaccess //use in xenobiology containment
name = "xenobiology shield wall generator"
desc = "A shield generator meant for use in xenobiology."
icon_state = "Shield_Gen"
req_access = list(GLOB.access_xenobiology)
/obj/machinery/shieldwallgen/Destroy()
for(var/d in GLOB.cardinal)
cleanup_field(d)