Basic comms message for assassins

This commit is contained in:
cim 2013-09-14 17:39:37 +01:00
parent 86505d4356
commit 661af5d9ef
2 changed files with 6 additions and 0 deletions

View File

@ -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]";

View File

@ -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]"