mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2025-12-27 18:42:19 +00:00
Merge pull request #940 from Erthilo/master
Adds logging for griefy tactics
This commit is contained in:
@@ -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()
|
||||
|
||||
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user