From 7804208a21d94f5c7c8ad675b562bd074a1db6ba Mon Sep 17 00:00:00 2001 From: QuoteFox <49098813+quotefox@users.noreply.github.com> Date: Sat, 17 Apr 2021 02:20:53 +0100 Subject: [PATCH] compile error fix --- hyperstation/code/obj/fleshlight.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hyperstation/code/obj/fleshlight.dm b/hyperstation/code/obj/fleshlight.dm index 0393334c..efdf51c0 100644 --- a/hyperstation/code/obj/fleshlight.dm +++ b/hyperstation/code/obj/fleshlight.dm @@ -144,8 +144,8 @@ C.adjustArousalLoss(20) //make the target more aroused. if (C.getArousalLoss() >= 100 && ishuman(C) && C.has_dna()) - var/mob/living/carbon/human/O = user - C.mob_climax_partner(P, M, TRUE, FALSE, FALSE, TRUE) //climax with your partner remotely! + var/mob/living/carbon/human/O = C + O.mob_climax_partner(P, M, TRUE, FALSE, FALSE, TRUE) //climax with their partner remotely! return else