From 362b230f7243248e87ac85b3468ca471d38f10bd Mon Sep 17 00:00:00 2001 From: Adrer Date: Mon, 27 Nov 2023 18:37:54 +0100 Subject: [PATCH] Adds missing bold tag to drone end message (#23381) Co-authored-by: adrermail@gmail.com --- code/controllers/subsystem/SSticker.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/controllers/subsystem/SSticker.dm b/code/controllers/subsystem/SSticker.dm index 231e8db90ab..424b5b358a4 100644 --- a/code/controllers/subsystem/SSticker.dm +++ b/code/controllers/subsystem/SSticker.dm @@ -580,7 +580,7 @@ SUBSYSTEM_DEF(ticker) end_of_round_info += "[law.get_index()]. [law.law]" if(dronecount) - end_of_round_info += "There [dronecount > 1 ? "were" : "was"] [dronecount] industrious maintenance [dronecount > 1 ? "drones" : "drone"] this round." + end_of_round_info += "There [dronecount > 1 ? "were" : "was"] [dronecount] industrious maintenance [dronecount > 1 ? "drones" : "drone"] this round." if(length(mode.eventmiscs)) for(var/datum/mind/eventmind in mode.eventmiscs)