mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-29 23:17:28 +01:00
@@ -10,4 +10,4 @@
|
||||
for(var/i = 1; i <= src.range; i++)
|
||||
current_turf = get_step(current_turf, starting_dir)
|
||||
targets += current_turf
|
||||
return targets
|
||||
return targets
|
||||
|
||||
@@ -36,4 +36,4 @@
|
||||
|
||||
/obj/item/projectile/spell_projectile/fireball
|
||||
name = "fireball"
|
||||
icon_state = "fireball"
|
||||
icon_state = "fireball"
|
||||
|
||||
@@ -46,4 +46,4 @@ If the spell_projectile is seeking, it will update its target every process and
|
||||
return targets
|
||||
|
||||
/spell/targeted/projectile/proc/prox_cast(var/list/targets, var/atom/movable/spell_holder)
|
||||
return targets
|
||||
return targets
|
||||
|
||||
@@ -27,4 +27,4 @@
|
||||
|
||||
/spell/targeted/ethereal_jaunt/shift/jaunt_steam(var/mobloc)
|
||||
return
|
||||
*/
|
||||
*/
|
||||
|
||||
@@ -142,4 +142,4 @@ Targeted spells have two useful flags: INCLUDEUSER and SELECTABLE. These are exp
|
||||
target.eye_blurry += amt_eye_blurry
|
||||
target.dizziness += amt_dizziness
|
||||
target.Confuse(amt_confused)
|
||||
target.stuttering += amt_stuttering
|
||||
target.stuttering += amt_stuttering
|
||||
|
||||
Reference in New Issue
Block a user