From cf56870b5728a879b83b4ffbeb70141388ea5ef1 Mon Sep 17 00:00:00 2001 From: Ghommie Date: Thu, 13 Jun 2019 23:48:15 +0200 Subject: [PATCH] Fixes the sacrificial target icon not displaying on the cult objective alert. --- code/modules/antagonists/cult/cult.dm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/code/modules/antagonists/cult/cult.dm b/code/modules/antagonists/cult/cult.dm index 32442ee72c..47cf2abf3f 100644 --- a/code/modules/antagonists/cult/cult.dm +++ b/code/modules/antagonists/cult/cult.dm @@ -361,6 +361,7 @@ reshape.Shift(EAST, 1) reshape.Crop(7,4,26,31) reshape.Crop(-5,-3,26,30) + return reshape /mob/living/carbon/human/get_sac_image() var/datum/job/sacjob = SSjob.GetJob(mind.assigned_role) @@ -370,6 +371,7 @@ reshape.Shift(EAST, 1) reshape.Crop(7,4,26,31) reshape.Crop(-5,-3,26,30) + return reshape /datum/objective/sacrifice var/sacced = FALSE