[Add] Added some new SOS calls for traders.

This commit is contained in:
Allanis 2014-03-14 23:30:31 +00:00
parent 3a0cf424ea
commit 357dd5fdcf

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