Skip to content

Commit

Permalink
Update condition.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhilkinSerg authored Nov 15, 2024
1 parent 9bd19d4 commit 2a97691
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/condition.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -774,7 +774,7 @@ conditional_t::func f_u_has_mission( const JsonObject &jo, std::string_view memb
};
}

void conditional_t::f_u_has_achievement( const JsonObject &jo, std::string_view member )
conditional_t::func f_u_has_achievement( const JsonObject &jo, std::string_view member )
{
str_or_var u_achievement = get_str_or_var( jo.get_member( member ), member, true );
condition = [u_achievement]( dialogue const & d ) {
Expand Down

0 comments on commit 2a97691

Please sign in to comment.