homing projectiles + wizard spell (#21752)

This commit is contained in:
Charlie
2023-07-24 15:52:17 +01:00
committed by GitHub
parent 907ee1abd1
commit 5ccd8241c4
6 changed files with 70 additions and 1 deletions

View File

@@ -358,6 +358,16 @@
return TRUE
/obj/effect/proc_holder/spell/fireball/toolbox
name = "Homing Toolbox"
desc = "This spell summons and throws a magical homing toolbox at your opponent."
sound = 'sound/weapons/smash.ogg'
fireball_type = /obj/item/projectile/homing/magic/toolbox
invocation = "ROBUSTIO!"
selection_activated_message = "<span class='notice'>Your prepare to cast your homing toolbox! <B>Left-click to cast at a target!</B></span>"
selection_deactivated_message = "<span class='notice'>You unrobust your toolbox...for now.</span>"
/obj/effect/proc_holder/spell/aoe/repulse
name = "Repulse"
desc = "This spell throws everything around the user away."