Compile fix & Latejoin heads get added to target lists

This commit is contained in:
ZomgPonies
2015-02-18 16:27:46 -05:00
parent a780eccdaf
commit 69a7d19380
2 changed files with 42 additions and 1 deletions
+1 -1
View File
@@ -455,7 +455,7 @@
dat += "<td>[mob_loc.loc]</td></tr>"
else
dat += "<tr><td><i>Head not found!</i></td></tr>"
if(ticker.mode.num_players_started() >= 30
if(ticker.mode.num_players_started() >= 30)
for(var/datum/mind/N in ticker.mode.get_extra_living_heads())
var/mob/M = N.current
if(M)