Makes EMP logs less bad (#93841)

## About The Pull Request

closes #93805

## Why It's Good For The Game

we actually have almost no emp logging at all lol, not even emp chem
reaction, so you barely can track potential griefer?

## Changelog

🆑
admin: EMP logs are improved, additionally chemical EMP reactions are
now logged.
/🆑
This commit is contained in:
Aliceee2ch
2025-11-09 15:46:10 +02:00
committed by GitHub
parent aa5c38925d
commit 8ee1cd2474
21 changed files with 39 additions and 26 deletions
@@ -20,7 +20,7 @@
/obj/item/implant/emp/activate()
. = ..()
uses--
empulse(imp_in, 3, 5)
empulse(imp_in, 3, 5, emp_source = src)
if(!uses)
qdel(src)