Clarification on mercenary shuttle approaching message, and fixes typo on text when the drone event ends.

This commit is contained in:
Neerti
2015-12-22 05:03:57 -05:00
parent 45f74c4c47
commit 51552a8bdd
2 changed files with 2 additions and 2 deletions

View File

@@ -287,7 +287,7 @@ var/global/datum/shuttle_controller/shuttle_controller
)
VS.announcer = "Colony Automated Radar Array"
VS.arrival_message = "Attention. Unidentified object with no signature detected approaching the colony."
VS.arrival_message = "Attention. Unidentified object approaching the colony."
VS.departure_message = "Attention. Unidentified object exiting local space. Unidentified object expected to escape Kara gravity well with current velocity."
VS.interim = locate(/area/skipjack_station/transit)

View File

@@ -53,6 +53,6 @@
num_recovered++
if(num_recovered > drones_list.len * 0.75)
command_announcement.Announce("The drones that were malfunctioning has been recovered safely.", "Rogue drone alert")
command_announcement.Announce("The drones that were malfunctioning have been recovered safely.", "Rogue drone alert")
else
command_announcement.Announce("We're disappointed at the loss of the drones, but the survivors have been recovered.", "Rogue drone alert")