From 6bb3d81d0073317149645f3454fd0645ed61d546 Mon Sep 17 00:00:00 2001 From: Putnam3145 Date: Fri, 26 Aug 2022 19:05:03 -0700 Subject: [PATCH] Better climax logging --- code/modules/arousal/arousal.dm | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/code/modules/arousal/arousal.dm b/code/modules/arousal/arousal.dm index 602fb2de6d..4e0f37d529 100644 --- a/code/modules/arousal/arousal.dm +++ b/code/modules/arousal/arousal.dm @@ -117,7 +117,8 @@ if(!do_after(src, mb_time, target = src) || !in_range(src, container) || !G.climaxable(src, TRUE)) return to_chat(src,"You used your [G.name] to fill [container].") - message_admins("[src] used their [G.name] to fill [container].") + message_admins("[ADMIN_LOOKUPFLW(src)] used their [G.name] to fill [container].") + log_consent("[key_name(src)] used their [G.name] to fill [container].") do_climax(fluid_source, container, G, FALSE) /mob/living/carbon/human/proc/pick_climax_genitals(silent = FALSE) @@ -159,8 +160,8 @@ if(consenting == "Yes") return target else - message_admins("[src] tried to climax with [target], but [target] did not consent.") - log_consent("[src] tried to climax with [target], but [target] did not consent.") + message_admins("[ADMIN_LOOKUPFLW(src)] tried to climax with [target], but [target] did not consent.") + log_consent("[key_name(src)] tried to climax with [target], but [target] did not consent.") /mob/living/carbon/human/proc/pick_climax_container(silent = FALSE) var/list/containers_list = list()