captain to Captain

Changed the text from: "All hands, captain" to "All hands, Captain."

The supervisors are now also proprly capitalised.
This commit is contained in:
yurivw
2016-07-30 23:54:07 +02:00
parent 36c5d9d251
commit 2b34a68f50
+4 -4
View File
@@ -39,7 +39,7 @@ var/datum/announcement/minor/captain_announcement = new(do_newscast = 1)
L.imp_in = H
L.implanted = 1
H.sec_hud_set_implants()
captain_announcement.Announce("All hands, captain [H.real_name] on deck!")
captain_announcement.Announce("All hands, Captain [H.real_name] on deck!")
callHook("captain_spawned", list("captain" = H))
return 1
@@ -54,7 +54,7 @@ var/datum/announcement/minor/captain_announcement = new(do_newscast = 1)
department_flag = SUPPORT
total_positions = 1
spawn_positions = 1
supervisors = "the captain"
supervisors = "the Captain"
selection_color = "#ddddff"
idtype = /obj/item/weapon/card/id/silver
req_admin_notify = 1
@@ -143,7 +143,7 @@ var/datum/announcement/minor/captain_announcement = new(do_newscast = 1)
department_flag = KARMA
total_positions = 1
spawn_positions = 1
supervisors = "the nanotrasen representative"
supervisors = "the Nanotrasen Representative"
selection_color = "#ddddff"
idtype = /obj/item/weapon/card/id/nanotrasen
req_admin_notify = 1
@@ -232,7 +232,7 @@ var/datum/announcement/minor/captain_announcement = new(do_newscast = 1)
department_flag = SUPPORT
total_positions = 2
spawn_positions = 2
supervisors = "the magistrate"
supervisors = "the Magistrate"
selection_color = "#ddddff"
access = list(access_lawyer, access_court, access_sec_doors, access_maint_tunnels)
minimal_access = list(access_lawyer, access_court, access_sec_doors, access_maint_tunnels)