mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-20 20:45:28 +01:00
c68fea7cba
* 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>
15 lines
603 B
Plaintext
15 lines
603 B
Plaintext
/obj/item/book/granter/action/spell/sacredflame
|
|
granted_action = /datum/action/cooldown/spell/aoe/sacred_flame
|
|
action_name = "sacred flame"
|
|
icon_state ="booksacredflame"
|
|
desc = "Become one with the flames that burn within... and invite others to do so as well."
|
|
remarks = list(
|
|
"Well, it's one way to stop an attacker...",
|
|
"I'm gonna need some good gear to stop myself from burning to death...",
|
|
"Keep a fire extinguisher handy, got it...",
|
|
"I think I just burned my hand...",
|
|
"Apply flame directly to chest for proper ignition...",
|
|
"No pain, no gain...",
|
|
"One with the flame...",
|
|
)
|