Skip to content

Commit

Permalink
tweak: Shadowling Glare Autotarget (#3730)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gottfrei authored Oct 21, 2023
1 parent cb7f92a commit 0c25c81
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions code/game/gamemodes/shadowling/shadowling_abilities.dm
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,10 @@


/obj/effect/proc_holder/spell/shadowling_glare/create_new_targeting()
var/datum/spell_targeting/click/T = new()
T.click_radius = 0
var/datum/spell_targeting/targeted/T = new()
T.random_target = TRUE
T.target_priority = SPELL_TARGET_CLOSEST
T.max_targets = 1
T.range = 10
return T

Expand Down

0 comments on commit 0c25c81

Please sign in to comment.