mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 11:37:40 +01:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user