[MIRROR] Fix the Lightning Bolt spell (#7013)
* Fix the Lightning Bolt spell (#38253) * Fix the Lightning Bolt spell
This commit is contained in:
committed by
kevinz000
parent
0b362e017b
commit
74aeecca6d
@@ -29,7 +29,7 @@
|
||||
remove_ranged_ability(msg)
|
||||
on_deactivation(user)
|
||||
else
|
||||
msg = "<span class='notice'>[active_msg]<B>Left-click to shoot it at a target!</B></span>"
|
||||
msg = "<span class='notice'>[active_msg] <B>Left-click to shoot it at a target!</B></span>"
|
||||
current_amount = projectile_amount
|
||||
add_ranged_ability(user, msg, TRUE)
|
||||
on_activation(user)
|
||||
@@ -101,7 +101,7 @@
|
||||
base_icon_state = "lightning"
|
||||
sound = 'sound/magic/lightningbolt.ogg'
|
||||
active = FALSE
|
||||
projectile_var_overrides = list("tesla_range" = 15, "tesla_power" = 20000, "tesla_boom" = FALSE)
|
||||
projectile_var_overrides = list("tesla_range" = 15, "tesla_power" = 20000, "tesla_flags" = TESLA_MOB_DAMAGE)
|
||||
active_msg = "You energize your hand with arcane lightning!"
|
||||
deactive_msg = "You let the energy flow out of your hands back into yourself..."
|
||||
projectile_type = /obj/item/projectile/magic/aoe/lightning
|
||||
|
||||
Reference in New Issue
Block a user