mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-12 15:45:25 +01:00
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:
@@ -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) && \
|
||||
|
||||
Reference in New Issue
Block a user