1
0
forked from 0ad/0ad
This was SVN commit r9508.
This commit is contained in:
Ykkrosh 2011-05-13 19:32:19 +00:00
parent 123c00763a
commit 03b87f9a8d

View File

@ -140,7 +140,7 @@ JuBotAI.prototype.OnUpdate = function()
planGroup.resetPlans();
}
if (this.turn == 0){
this.chat("Good morning. Please prepare for annhilation. Jubal apologises for any inconvenience likely to be caused by your imminent demise.");
this.chat("Good morning. Please prepare for annihilation. Jubal apologises for any inconvenience likely to be caused by your imminent demise.");
}
this.turn++;
};