Merge pull request #28272 from lzimann/thing

Adds a length check to medal commendations on post round report
This commit is contained in:
Joan Lung
2017-06-10 17:27:32 -04:00
committed by GitHub
+1 -1
View File
@@ -579,7 +579,7 @@ SUBSYSTEM_DEF(ticker)
CHECK_TICK
//medals, placed far down so that people can actually see the commendations.
if(GLOB.commendations)
if(GLOB.commendations.len)
to_chat(world, "<b><font size=3>Medal Commendations:</font></b>")
for (var/com in GLOB.commendations)
to_chat(world, com)