Files
SkyratBot c68fea7cba [MIRROR] Completely removes proc_holders from existence. Refactors all wizard, xeno, spider, and genetics powers to be actions. Also refactors and sorts ton of accompanying code. [MDB IGNORE] (#14666)
* Completely removes `proc_holders` from existence. Refactors all wizard, xeno, spider, and genetics powers to be actions. Also refactors and sorts ton of accompanying code.

* our changes

* yes

* 0

* Update blackmesa.dmm

Co-authored-by: MrMelbert <51863163+MrMelbert@users.noreply.github.com>
Co-authored-by: Gandalf <9026500+Gandalf2k15@users.noreply.github.com>
2022-07-01 20:33:30 +01:00

20 lines
734 B
Plaintext

/obj/item/book/granter/action/spell/summonitem
granted_action = /datum/action/cooldown/spell/summonitem
action_name = "instant summons"
icon_state ="booksummons"
desc = "This book is bright and garish, very hard to miss."
remarks = list(
"I can't look away from the book!",
"The words seem to pop around the page...",
"I just need to focus on one item...",
"Make sure to have a good grip on it when casting...",
"Slow down, book. I still haven't finished this page...",
"Sounds pretty great with some other magical artifacts...",
"Magicians must love this one.",
)
/obj/item/book/granter/action/spell/summonitem/recoil(mob/living/user)
. = ..()
to_chat(user,span_warning("[src] suddenly vanishes!"))
qdel(src)