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

@@ -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")