We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf29271 commit 34ae01aCopy full SHA for 34ae01a
deathcause.lua
@@ -45,7 +45,7 @@ function displayDeathUnit(unit)
45
if incident.criminal then
46
local killer = df.unit.find(incident.criminal)
47
if killer then
48
- str = str .. (" killed by the %s"):format(getRaceNameSingular(killer.race))
+ str = str .. (", killed by the %s"):format(getRaceNameSingular(killer.race))
49
if killer.name.has_name then
50
str = str .. (" %s"):format(dfhack.TranslateName(killer.name))
51
end
0 commit comments