Fixes #6575 and a few other issues

E-magging a bot, any bot, now produces adming logs.
Now plays a sound when an ED-209 fires its laser.
ED-209 no longer transform into Beepsky when attacking simple animals
ED-209 can again use its laser.
This commit is contained in:
PsiOmega
2014-10-02 15:19:17 +02:00
parent 5d664fe2dc
commit 548985c40b
5 changed files with 27 additions and 16 deletions

View File

@@ -0,0 +1,3 @@
proc/log_and_message_admins(var/message as text)
log_admin("[usr]([usr.ckey]) " + message)
message_admins("[usr]([usr.ckey]) " + message)