Merge branch 'dev'
This commit is contained in:
commit
4ecae819fc
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user