mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2025-12-27 10:41:42 +00:00
homing projectiles + wizard spell (#21752)
This commit is contained in:
@@ -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."
|
||||
|
||||
Reference in New Issue
Block a user