mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-25 05:51:56 +01:00
Fixes the research shuttle having the wrong console tag (#8610)
This commit is contained in:
@@ -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."
|
||||
Reference in New Issue
Block a user