Merge pull request #1512 from Citadel-Station-13/upstream-merge-28239

[MIRROR] Fixes communications consoles
This commit is contained in:
LetterJay
2017-06-10 07:59:05 -05:00
committed by GitHub

2
code/game/machinery/computer/communications.dm Normal file → Executable file
View File

@@ -1,7 +1,7 @@
// The communications computer
/obj/machinery/computer/communications
name = "communications console"
desc = "This can be used for various important functions. Still under developement."
desc = "A console used for high-priority announcements and emergencies."
icon_screen = "comm"
icon_keyboard = "tech_key"
req_access = list(GLOB.access_heads)