Fixed inconsistencies in Requests Consoles names and department types. (#6923)

As reported here #6909 there were a few Requests Consoles that didn't have correct Department names.
This pull request fixes that, sets proper Department Types for a few Request Consoles and also makes the Requests Consoles' names more consistent in general by adding the 's' to 'Requests' everywhere.

Fixes #6909
This commit is contained in:
Panter
2019-08-30 21:05:27 +02:00
committed by Erki
parent 50279385cf
commit 2bb959da4c
13 changed files with 73 additions and 25 deletions

View File

@@ -337,7 +337,7 @@
for(var/areatype in areas_without_air_alarm)
to_world("* [areatype]")
to_world("<b>AREAS WITHOUT A REQUEST CONSOLE:</b>")
to_world("<b>AREAS WITHOUT A REQUESTS CONSOLE:</b>")
for(var/areatype in areas_without_RC)
to_world("* [areatype]")