Adds an xenobiology access shield wall generator to all maps' except Cerestation's xenobiology (#424)
This commit is contained in:
committed by
TalkingCactus
parent
ba95892ddd
commit
dfd470adf9
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user