mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-19 19:15:11 +01:00
@@ -22,4 +22,4 @@ Aoe turf spells have two useful flags: IGNOREDENSE and IGNORESPACE. These are ex
|
||||
if(!targets.len) //doesn't waste the spell
|
||||
return
|
||||
|
||||
return targets
|
||||
return targets
|
||||
|
||||
@@ -177,4 +177,4 @@
|
||||
|
||||
/obj/effect/forcefield/cult/cultify()
|
||||
return
|
||||
*/
|
||||
*/
|
||||
|
||||
@@ -22,4 +22,4 @@
|
||||
|
||||
for(var/turf/target in targets)
|
||||
empulse(get_turf(target), emp_heavy, emp_med, emp_light, emp_long)
|
||||
return
|
||||
return
|
||||
|
||||
@@ -42,4 +42,4 @@
|
||||
for(var/obj/machinery/door/door in T.contents)
|
||||
spawn door.cultify()
|
||||
return
|
||||
*/
|
||||
*/
|
||||
|
||||
@@ -38,4 +38,4 @@
|
||||
|
||||
summon_type = list(/mob/living/simple_mob/creature)
|
||||
|
||||
hud_state = "wiz_creature"
|
||||
hud_state = "wiz_creature"
|
||||
|
||||
@@ -11,4 +11,4 @@
|
||||
if(findNullRod(A))
|
||||
return 1
|
||||
return 0
|
||||
*/
|
||||
*/
|
||||
|
||||
@@ -2,4 +2,4 @@
|
||||
name = "No Clothes"
|
||||
desc = "This is a placeholder for knowing if you dont need clothes for any spell."
|
||||
|
||||
spell_flags = NO_BUTTON
|
||||
spell_flags = NO_BUTTON
|
||||
|
||||
@@ -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