Added remote view to spelllist

This commit is contained in:
ZomgPonies
2014-07-18 05:09:17 -04:00
parent 289b0a0eec
commit b2b869a57d
3 changed files with 60 additions and 50 deletions
+1 -3
View File
@@ -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()