[Fix] Militia warning was too long.

This commit is contained in:
Allanis 2013-03-14 22:00:44 +00:00
parent 2d49ee188e
commit 56bacc473d

View File

@ -32,7 +32,7 @@ end
function create() function create()
if ai.rnd(0, 2)==0 then if ai.rnd(0, 2)==0 then
ai.broadcast("This area is under survellance. Do not attemt anything funny") ai.broadcast("This area is under militia survellance.")
end end
end end