Changelog + fluff fix

- Finally adds changelog entry
- System override message modified according to github discussion.
This commit is contained in:
Atlantis
2015-05-19 17:28:21 +02:00
parent 4cd2417eb8
commit f0cd799021
2 changed files with 6 additions and 1 deletions

View File

@@ -168,7 +168,7 @@
sleep(duration/5)
if(!user || user.stat == DEAD)
return
command_announcement.Announce("This is highly abnormal and somewhat concerning. The intruder is too fast, he is evading our traces. It's almost as if it wasn't human..", "Network Monitoring")
command_announcement.Announce("This is highly abnormal and somewhat concerning. The intruder is too fast, he is evading our traces. No man could be this fast...", "Network Monitoring")
sleep(duration/5)
if(!user || user.stat == DEAD)
return