Added admin logging for DNA Injectors. Changelog updated.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@372 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
musketstgstation@gmail.com
2010-11-05 19:31:00 +00:00
parent d9a3242bdc
commit 00aef42e85
2 changed files with 4 additions and 1 deletions

View File

@@ -73,6 +73,7 @@ DNA INJECTOR
O.t_loc = M.loc
O.place = "dnainjector"
M.requests += O
message_admins("[key_name_admin(user)] injected [key_name_admin(M)] with the [src.name]")
spawn( 0 )
O.process()
return
@@ -84,5 +85,6 @@ DNA INJECTOR
user << "\red Apparently it didn't work."
return
inject(M)
message_admins("[key_name_admin(user)] injected [key_name_admin(M)] with the [src.name]")
user.show_message(text("\red You inject [M]"))
return