Machine/computer boards and frames refactor (#17300)

* Map Changes

* Machine/console boards and frames refactor

* More board changes
This commit is contained in:
Core0verload
2016-05-08 12:11:18 +02:00
committed by phil235
parent 15639d30b8
commit a66c2f4418
121 changed files with 1540 additions and 1775 deletions
+2 -2
View File
@@ -3,13 +3,13 @@
icon_screen = "shuttle"
icon_keyboard = "tech_key"
req_access = list( )
circuit = /obj/item/weapon/circuitboard/shuttle
circuit = /obj/item/weapon/circuitboard/computer/shuttle
var/shuttleId
var/possible_destinations = ""
var/admin_controlled
var/no_destination_swap = 0
/obj/machinery/computer/shuttle/New(location, obj/item/weapon/circuitboard/shuttle/C)
/obj/machinery/computer/shuttle/New(location, obj/item/weapon/circuitboard/computer/shuttle/C)
..()
if(istype(C))
possible_destinations = C.possible_destinations