Skip to content

Commit

Permalink
fix mutagen_common_checks()
Browse files Browse the repository at this point in the history
  • Loading branch information
KorGgenT committed Oct 17, 2019
1 parent 2293b94 commit 021a8cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mutation.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1330,7 +1330,7 @@ static mutagen_rejection try_reject_mutagen( Character &p, const item &it, bool
return mutagen_rejection::accepted;
}

mutagen_attempt mutagen_common_checks( player &p, const item &it, bool strong,
mutagen_attempt mutagen_common_checks( Character &p, const item &it, bool strong,
const mutagen_technique technique )
{
g->events().send<event_type::administers_mutagen>( p.getID(), technique );
Expand Down

0 comments on commit 021a8cf

Please sign in to comment.