This was SVN commit r9367.
This commit is contained in:
Ykkrosh 2011-04-30 15:27:27 +00:00
parent 3ac72813ef
commit 9a125ac5a1

View File

@ -140,7 +140,7 @@ TestBotAI.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++;
};