From b49b2ea4660f9155c7adaebfd0a25d58c1f53074 Mon Sep 17 00:00:00 2001 From: "elly1989@rocketmail.com" Date: Sat, 11 Aug 2012 13:45:56 +0000 Subject: [PATCH] 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 --- code/game/gamemodes/revolution/revolution.dm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/code/game/gamemodes/revolution/revolution.dm b/code/game/gamemodes/revolution/revolution.dm index bef1f42ef5a..e263917a5df 100644 --- a/code/game/gamemodes/revolution/revolution.dm +++ b/code/game/gamemodes/revolution/revolution.dm @@ -414,6 +414,8 @@ if(target) text += "" + world << text + /proc/is_convertable_to_rev(datum/mind/mind) return istype(mind) && \ istype(mind.current, /mob/living/carbon/human) && \