From 9cdc8fdb4d153421585974a85eab90d6cb1d090b Mon Sep 17 00:00:00 2001 From: KorGgenT Date: Wed, 16 Oct 2019 18:03:44 -0400 Subject: [PATCH] fix mutagen_common_checks() --- src/mutation.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mutation.cpp b/src/mutation.cpp index ebbb6fe7699ca..372251b24aafd 100644 --- a/src/mutation.cpp +++ b/src/mutation.cpp @@ -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( p.getID(), technique );