mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 19:47:22 +01:00
Added remote view to spelllist
This commit is contained in:
@@ -243,10 +243,8 @@ var/list/spells = typesof(/obj/effect/proc_holder/spell) //needed for the badmin
|
||||
for(var/mob/living/target in view_or_range(range, user, selection_type))
|
||||
targets += target
|
||||
if(1) //single target can be picked
|
||||
if(range == -1)
|
||||
if(range < 0)
|
||||
targets += user
|
||||
else if(range == -2)
|
||||
targets += input("Choose the target for the spell.", "Targeting") as mob in living_mob_list
|
||||
else
|
||||
var/possible_targets = list()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user