mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 20:48:56 +01:00
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:
@@ -13,7 +13,7 @@
|
||||
|
||||
/datum/action/cooldown/spell/emp/cast(atom/cast_on)
|
||||
. = ..()
|
||||
empulse(get_turf(cast_on), emp_heavy, emp_light)
|
||||
empulse(get_turf(cast_on), emp_heavy, emp_light, emp_source = src)
|
||||
|
||||
/datum/action/cooldown/spell/emp/disable_tech
|
||||
name = "Disable Tech"
|
||||
|
||||
Reference in New Issue
Block a user