Puts the employment skills icon state init in the proper place.

This commit is contained in:
PsiOmegaDelta
2015-07-17 08:24:02 +02:00
parent 0a3a15ba25
commit 2b77dca42d

View File

@@ -3,6 +3,7 @@
/obj/machinery/computer/skills//TODO:SANITY
name = "employment records console"
desc = "Used to view, edit and maintain employment records."
icon_state = "laptop"
icon_keyboard = "laptop_key"
icon_screen = "medlaptop"
light_color = "#00b000"
@@ -23,10 +24,6 @@
var/sortBy = "name"
var/order = 1 // -1 = Descending - 1 = Ascending
/obj/machinery/computer/skills/New()
..()
icon_state = "laptop"
/obj/machinery/computer/skills/attackby(obj/item/O as obj, user as mob)
if(istype(O, /obj/item/weapon/card/id) && !scan)
usr.drop_item()