Fix for revolution end of round report not showing heads of staff.

Cause: forgot a world << text :/

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@4368 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
elly1989@rocketmail.com
2012-08-11 13:45:56 +00:00
parent 02c1c7cd35
commit b49b2ea466
@@ -414,6 +414,8 @@
if(target)
text += "</font>"
world << text
/proc/is_convertable_to_rev(datum/mind/mind)
return istype(mind) && \
istype(mind.current, /mob/living/carbon/human) && \