Bunch of fixes left and right, fixes script to get giant map jpg

This commit is contained in:
ZomgPonies
2014-05-29 21:40:16 -04:00
parent c7992c15b8
commit cf061cb953
10 changed files with 2326118 additions and 785 deletions
+1 -1
View File
@@ -97,7 +97,7 @@ Works together with spawning an observer, noted above.
if(antagHUD)
var/list/target_list = list()
for(var/mob/living/target in oview(src, 14))
if(target.mind&&(target.mind.special_role||issilicon(target)) )
if(target.mind&&(target.mind.special_role||issilicon(target)||target.mind.nation) )
target_list += target
if(target_list.len)
assess_targets(target_list, src)