Adds missing bold tag to drone end message (#23381)

Co-authored-by: adrermail@gmail.com <adrermail@gmail.com>
This commit is contained in:
Adrer
2023-11-27 18:37:54 +01:00
committed by GitHub
parent 8351e03fa3
commit 362b230f72
+1 -1
View File
@@ -580,7 +580,7 @@ SUBSYSTEM_DEF(ticker)
end_of_round_info += "[law.get_index()]. [law.law]"
if(dronecount)
end_of_round_info += "<b>There [dronecount > 1 ? "were" : "was"] [dronecount] industrious maintenance [dronecount > 1 ? "drones" : "drone"] this round."
end_of_round_info += "<b>There [dronecount > 1 ? "were" : "was"] [dronecount] industrious maintenance [dronecount > 1 ? "drones" : "drone"] this round.</b>"
if(length(mode.eventmiscs))
for(var/datum/mind/eventmind in mode.eventmiscs)