Merge pull request #9967 from Jordie0608/figurediwouldvemissedsome

Fixes computer icon errors
This commit is contained in:
phil235
2015-06-16 11:30:44 +02:00
2 changed files with 5 additions and 2 deletions

View File

@@ -119,9 +119,11 @@
/obj/machinery/computer/pod/old
icon_state = "old"
name = "\improper DoorMex control console"
title = "Door Controls"
icon_state = "oldcomp"
icon_screen = "library"
icon_keyboard = null
/obj/machinery/computer/pod/old/syndicate

View File

@@ -177,7 +177,8 @@
/obj/machinery/computer/rdservercontrol
name = "R&D Server Controller"
desc = "Used to manage access to research and manufacturing databases."
icon_state = "rdcomp"
icon_screen = "rdcomp"
icon_keyboard = "rd_key"
var/screen = 0
var/obj/machinery/r_n_d/server/temp_server
var/list/servers = list()