Fixes Robotics Control Console Access (#14866)

This commit is contained in:
SleepyGemmy
2022-09-28 19:06:16 +02:00
committed by GitHub
parent d61d1575d4
commit a7769e18e7
2 changed files with 7 additions and 1 deletions
+1 -1
View File
@@ -7,7 +7,7 @@
icon_keyboard = "purple_key"
light_color = LIGHT_COLOR_PURPLE
req_access = list(access_robotics)
req_one_access = list(access_rd, access_robotics)
circuit = /obj/item/circuitboard/robotics
var/safety = 1
@@ -0,0 +1,6 @@
author: SleepyGemmy
delete-after: True
changes:
- bugfix: "Fixes the research director lacking access to the robotics control console."