Skip to content

Commit

Permalink
Tidy x2
Browse files Browse the repository at this point in the history
  • Loading branch information
olanti-p committed Sep 17, 2022
1 parent 0782df8 commit 91652d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/construction.h
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ void override_build_times( time_duration time );
cata::optional<construction_id> construction_menu( bool blueprint );
void complete_construction( Character &ch );
bool can_construct( const construction &con, const tripoint &p );
bool player_can_build( Character &p, const inventory &inv, const construction &con );
bool player_can_build( Character &ch, const inventory &inv, const construction &con );

void get_build_reqs_for_furn_ter_ids( const recipe_id &rid,
const std::pair<std::map<ter_id, int>,
Expand Down

0 comments on commit 91652d1

Please sign in to comment.