Merge pull request #10765 from PsiOmegaDelta/150820-ComputerOverlays

More computer overlay changes.
This commit is contained in:
Zuhayr
2015-08-20 19:18:13 +09:30
8 changed files with 16 additions and 8 deletions

View File

@@ -1,6 +1,7 @@
/obj/machinery/computer/forensic_scanning
name = "high-res forensic scanning computer"
icon_state = "forensic"
icon_keyboard = "security_key"
icon_screen = "forensic"
var/screen = "database"
var/authenticated = 0

View File

@@ -2,7 +2,8 @@
/obj/machinery/computer/engines
name = "engine control console"
icon_state = "id"
icon_keyboard = "tech_key"
icon_screen = "id"
var/state = "status"
var/list/engines = list()
var/obj/effect/map/ship/linked

View File

@@ -1,6 +1,7 @@
/obj/machinery/computer/helm
name = "helm control console"
icon_state = "id"
icon_keyboard = "med_key"
icon_screen = "id"
var/state = "status"
var/obj/effect/map/ship/linked //connected overmap object
var/autopilot = 0

View File

@@ -29,7 +29,8 @@
name = "Gas turbine control computer"
desc = "A computer to remotely control a gas turbine"
icon = 'icons/obj/computer.dmi'
icon_state = "turbinecomp"
icon_keyboard = "tech_key"
icon_screen = "turbinecomp"
circuit = /obj/item/weapon/circuitboard/turbine_control
anchored = 1
density = 1

View File

@@ -1,7 +1,8 @@
/obj/machinery/computer/curer
name = "cure research machine"
icon = 'icons/obj/computer.dmi'
icon_state = "dna"
icon_keyboard = "med_key"
icon_screen = "dna"
circuit = /obj/item/weapon/circuitboard/curefab
var/curing
var/virusing