Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix mutagen_common_checks()
Browse files Browse the repository at this point in the history
KorGgenT committed Oct 16, 2019
1 parent e1222ef commit 9cdc8fd
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
@@ -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 );

0 comments on commit 9cdc8fd

Please sign in to comment.