Skip to content

Commit

Permalink
Update src/faction_camp.cpp
Browse files Browse the repository at this point in the history
Co-Authored-By: Kevin Granade <kevin.granade@gmail.com>
  • Loading branch information
davidpwbrown and kevingranade authored Dec 16, 2019
1 parent 5d7eabc commit bbe58e1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/faction_camp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2384,7 +2384,8 @@ bool basecamp::upgrade_return( const point &dir, const std::string &miss,
return false;
}
if( !run_mapgen_update_func( making.get_blueprint(), upos ) ) {
popup( _( "%s failed to build the %s upgrade, perhaps there is a vehicle in the way." ), comp->disp_name(),
popup( _( "%s failed to build the %s upgrade, perhaps there is a vehicle in the way." ),
comp->disp_name(),
making.get_blueprint() );
return false;
}
Expand Down

0 comments on commit bbe58e1

Please sign in to comment.