Skip to content

Commit

Permalink
Adds missing bold tag to drone end message (#23381)
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrer and [email protected] authored Nov 27, 2023
1 parent 8351e03 commit 362b230
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/controllers/subsystem/SSticker.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 362b230

Please sign in to comment.