Basic comms message for assassins
This commit is contained in:
parent
86505d4356
commit
661af5d9ef
@ -594,6 +594,7 @@
|
||||
);
|
||||
|
||||
// comms message templates for priority AI
|
||||
"oolite-comms-contractAttack" = "You picked the wrong client, [oolite_entityName]!"; // TODO: variety
|
||||
"oolite-comms-makePirateDemand" = "Your cargo or your life, [oolite_entityName]. [oolite_demandSize] barrels and we'll let you go."; // TODO: variety
|
||||
"oolite-comms-acceptPirateDemand" = "[beg-for-mercy]";
|
||||
"oolite-comms-surrender" = "[beg-for-mercy]";
|
||||
|
@ -5981,6 +5981,11 @@ this.startUp = function()
|
||||
oolite_makePirateDemand: "[oolite-comms-makePirateDemand]",
|
||||
}
|
||||
},
|
||||
assassin: {
|
||||
generic: {
|
||||
oolite_beginningAttack: "[oolite-comms-contractAttack]",
|
||||
}
|
||||
},
|
||||
_thargoid: {
|
||||
thargoid: {
|
||||
oolite_continuingAttack: "[thargoid_curses]"
|
||||
|
Loading…
x
Reference in New Issue
Block a user