mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-20 19:44:09 +01:00
Adds missing bold tag to drone end message (#23381)
Co-authored-by: adrermail@gmail.com <adrermail@gmail.com>
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user