Xenobiology Map Overhaul (#5032)

Revamps Xenobiology so it's worthy of a research station.
This commit is contained in:
BurgerLUA
2018-08-05 00:42:39 -07:00
committed by Werner
parent 84d7d34d54
commit c2708ba0a4
9 changed files with 4451 additions and 2341 deletions

View File

@@ -40,6 +40,11 @@
/obj/machinery/power/apc/high
cell_type = /obj/item/weapon/cell/high
/obj/machinery/power/apc/isolation
cell_type = /obj/item/weapon/cell
req_access = null
req_one_access = list(access_engine_equip,access_research,access_xenobiology)
// Construction site APC, starts turned off
/obj/machinery/power/apc/high/inactive
cell_type = /obj/item/weapon/cell/high
@@ -456,7 +461,7 @@
return
else
opened = 1
panel_open = 1
panel_open = 1
update_icon()
else if (istype(W, /obj/item/weapon/gripper))//Code for allowing cyborgs to use rechargers
var/obj/item/weapon/gripper/Gri = W

View File

@@ -114,3 +114,5 @@
/obj/machinery/alarm/monitor/isolation
req_one_access = list(access_research, access_atmospherics, access_engine_equip)
locked = 0
remote_control = 1