Fixes the research shuttle having the wrong console tag (#8610)

This commit is contained in:
fernerr
2020-04-05 23:41:24 +03:00
committed by GitHub
parent 69da1d9e4c
commit 86f0f50d79
2 changed files with 5 additions and 1 deletions
+1 -1
View File
@@ -10,7 +10,7 @@
/obj/machinery/computer/shuttle_control/research
name = "research shuttle control console"
shuttle_tag = "Research"
shuttle_tag = "Research Shuttle"
req_access = list(access_research)
circuit = /obj/item/circuitboard/research_shuttle
@@ -0,0 +1,4 @@
author: Ferner
delete-after: True
changes:
- bugfix: "Fixed the research shuttle having the wrong console tag."