Merge branch 'dev'

This commit is contained in:
Allanis 2014-03-14 23:30:47 +00:00
commit 4ecae819fc

View File

@ -4,7 +4,9 @@ function sos()
msg = { msg = {
"Mayday! We are under attack!", "Mayday! We are under attack!",
"Requesting assistance. We are under attack!", "Requesting assistance. We are under attack!",
"Merchant vessel here under attack! HELP!" "Merchant vessel here under attack! Requestin help!!",
"Help! Ship under fire!",
string.format("Mayday Merchant %s being assaulted!", ai.shipclass());
} }
ai.broadcast(msg[rnd.int(1, #msg)]) ai.broadcast(msg[rnd.int(1, #msg)])
end end