Skip to content

Commit

Permalink
update for structures changes
Browse files Browse the repository at this point in the history
  • Loading branch information
BenLubar committed Feb 20, 2020
1 parent 94b9eac commit ae88703
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions population_justice.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -309,9 +309,9 @@ void Population::update_crimes(color_ostream & out)
continue;
}
std::string message("[Crime] Waiting for punishment: ");
message += AI::describe_unit(p->criminal);
message += AI::describe_unit(df::unit::find(p->criminal));
message += "\n Officer: ";
message += AI::describe_unit(p->officer);
message += AI::describe_unit(df::unit::find(p->officer));
if (p->beating)
{
message += "\n Awaiting beating";
Expand Down

0 comments on commit ae88703

Please sign in to comment.