From ef986731ab7e2e5f08e3874987259529d786f447 Mon Sep 17 00:00:00 2001 From: vuonojenmustaturska Date: Mon, 5 Feb 2018 23:46:58 +0200 Subject: [PATCH 1/2] Merge pull request #35322 from AnturK/missing-wrapper Adds missing wrapper for abductor roundend report. --- code/modules/antagonists/abductor/abductor.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/antagonists/abductor/abductor.dm b/code/modules/antagonists/abductor/abductor.dm index 35264af67c..2f6ef07afd 100644 --- a/code/modules/antagonists/abductor/abductor.dm +++ b/code/modules/antagonists/abductor/abductor.dm @@ -148,7 +148,7 @@ result += printplayer(abductor_mind) result += printobjectives(abductor_mind) - return result.Join("
") + return "
[result.Join("
")]
" /datum/antagonist/abductee name = "Abductee"