Merge pull request #940 from Erthilo/master

Adds logging for griefy tactics
This commit is contained in:
Hawk-v3
2012-04-28 17:58:53 -07:00
2 changed files with 9 additions and 1 deletions

View File

@@ -109,6 +109,10 @@
if(S.reagents.has_reagent("plasma", 5))
log_attack("<font color='red'>[user.name] ([user.ckey]) injected a power cell with plasma.</font>")
log_admin("ATTACK: [user] ([user.ckey]) injected a power cell with plasma.")
message_admins("ATTACK: [user] ([user.ckey]) injected a power cell with plasma.")
rigged = 1
S.reagents.clear_reagents()

View File

@@ -44,7 +44,7 @@
brightness = 3
desc = "A small lighting fixture."
light_type = /obj/item/weapon/light/bulb
/obj/machinery/light/small/spot
brightness = 5
@@ -532,6 +532,10 @@
if(S.reagents.has_reagent("plasma", 5))
log_attack("<font color='red'>[user.name] ([user.ckey]) injected a light with plasma.</font>")
log_admin("ATTACK: [user] ([user.ckey]) injected a light with plasma.")
message_admins("ATTACK: [user] ([user.ckey]) injected a light with plasma.")
rigged = 1
S.reagents.clear_reagents()