Files
Aliceee2ch 8ee1cd2474 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.
/🆑
2025-11-09 14:46:10 +01:00

22 lines
611 B
Plaintext

/obj/item/book/granter/action/spell/charge
granted_action = /datum/action/cooldown/spell/charge
action_name = "charge"
icon_state ="bookcharge"
desc = "This book is made of 100% postconsumer wizard."
remarks = list(
"I feel ALIVE!",
"I CAN TASTE THE MANA!",
"What a RUSH!",
"I'm FLYING through these pages!",
"THIS GENIUS IS MAKING IT!",
"This book is ACTION PAcKED!",
"HE'S DONE IT",
"LETS GOOOOOOOOOOOO",
)
/obj/item/book/granter/action/spell/charge/recoil(mob/living/user)
. = ..()
to_chat(user,span_warning("[src] suddenly feels very warm!"))
empulse(src, 1, 1, emp_source = src)