Skip to content

Commit

Permalink
add undead_curse info too
Browse files Browse the repository at this point in the history
  • Loading branch information
myk002 committed Jul 19, 2024
1 parent ba5244a commit 0a4692b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions library/modules/Units.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1431,6 +1431,10 @@ string Units::getReadableName(df::historical_figure* hf) {
name += " ";
name += curse.name;
}
if (curse.undead_name.size()) {
name += " reanimated ";
name += curse.undead_name;
}
}

return name;
Expand Down

0 comments on commit 0a4692b

Please sign in to comment.