Skip to content

Commit 34ae01a

Browse files
committed
add missing comma
1 parent bf29271 commit 34ae01a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deathcause.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ function displayDeathUnit(unit)
4545
if incident.criminal then
4646
local killer = df.unit.find(incident.criminal)
4747
if killer then
48-
str = str .. (" killed by the %s"):format(getRaceNameSingular(killer.race))
48+
str = str .. (", killed by the %s"):format(getRaceNameSingular(killer.race))
4949
if killer.name.has_name then
5050
str = str .. (" %s"):format(dfhack.TranslateName(killer.name))
5151
end

0 commit comments

Comments
 (0)