diff --git a/code/modules/power/cell.dm b/code/modules/power/cell.dm index 8ef892942c..dff76971ef 100644 --- a/code/modules/power/cell.dm +++ b/code/modules/power/cell.dm @@ -109,6 +109,10 @@ if(S.reagents.has_reagent("plasma", 5)) + log_attack("[user.name] ([user.ckey]) injected a power cell with plasma.") + 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() diff --git a/code/modules/power/lighting.dm b/code/modules/power/lighting.dm index a94f99506d..3f9cc58154 100644 --- a/code/modules/power/lighting.dm +++ b/code/modules/power/lighting.dm @@ -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("[user.name] ([user.ckey]) injected a light with plasma.") + 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()