Fixes laptops blocking in proper way

This commit is contained in:
Heroman3003
2018-12-13 10:21:41 +10:00
parent 6db306c537
commit 87c3b73dc6
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -5,7 +5,6 @@
desc = "Used to view, edit and maintain medical records."
icon_keyboard = "med_key"
icon_screen = "medcomp"
density = 0 //Why does a laptop blocks peoples.
light_color = "#315ab4"
req_one_access = list(access_medical, access_forensics_lockers, access_robotics)
circuit = /obj/item/weapon/circuitboard/med_data
@@ -554,3 +553,4 @@
icon_state = "laptop"
icon_keyboard = "laptop_key"
icon_screen = "medlaptop"
density = 0
+1
View File
@@ -9,6 +9,7 @@
light_color = "#00b000"
req_one_access = list(access_heads)
circuit = /obj/item/weapon/circuitboard/skills
density = 0
var/obj/item/weapon/card/id/scan = null
var/authenticated = null
var/rank = null