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 e074f79 commit 5d7eabc
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 @@ -555,7 +555,8 @@ void talk_function::start_camp( npc &p )
}
const recipe &making = camp_type.obj();
if( !run_mapgen_update_func( making.get_blueprint(), omt_pos ) ) {
popup( _( "%s failed to start the %s basecamp, perhaps there is a vehicle in the way." ), p.disp_name(), making.get_blueprint() );
popup( _( "%s failed to start the %s basecamp, perhaps there is a vehicle in the way." ),
p.disp_name(), making.get_blueprint() );
return;
}
get_basecamp( p, camp_type.str() );
Expand Down

0 comments on commit 5d7eabc

Please sign in to comment.