[Add] Added some new SOS calls for traders.
This commit is contained in:
parent
3a0cf424ea
commit
357dd5fdcf
@ -4,7 +4,9 @@ function sos()
|
||||
msg = {
|
||||
"Mayday! 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)])
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user