Added admin log messages for chemistry grenades (including cleaner and incendiary, but not flashbangs as they're their own thing)

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@751 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
musketstgstation@gmail.com
2011-01-02 16:58:53 +00:00
parent 82b3e77d83
commit 565c2320c4
+2
View File
@@ -60,6 +60,7 @@
if (istype(target, /obj/item/weapon/storage)) return ..()
if (!src.state && stage == 2)
user << "\red You prime the grenade! 3 seconds!"
message_admins("[key_name_admin(user)] used a chemistry grenade ([src.name]).")
src.state = 1
src.icon_state = "chemg4"
playsound(src.loc, 'armbomb.ogg', 75, 1, -3)
@@ -72,6 +73,7 @@
attack_self(mob/user as mob)
if (!src.state && stage == 2)
user << "\red You prime the grenade! 3 seconds!"
message_admins("[key_name_admin(user)] used a chemistry grenade ([src.name]).")
src.state = 1
src.icon_state = "chemg4"
playsound(src.loc, 'armbomb.ogg', 75, 1, -3)