From a8181f86788487709b005e2a1bb0859166650f37 Mon Sep 17 00:00:00 2001 From: QuoteFox <49098813+quotefox@users.noreply.github.com> Date: Sat, 17 Apr 2021 02:09:46 +0100 Subject: [PATCH] portal fleshlight bug fixes --- hyperstation/code/obj/fleshlight.dm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hyperstation/code/obj/fleshlight.dm b/hyperstation/code/obj/fleshlight.dm index f6b494c4..0393334c 100644 --- a/hyperstation/code/obj/fleshlight.dm +++ b/hyperstation/code/obj/fleshlight.dm @@ -145,7 +145,7 @@ if (C.getArousalLoss() >= 100 && ishuman(C) && C.has_dna()) var/mob/living/carbon/human/O = user - O.mob_climax_partner(P, M, TRUE, FALSE, FALSE, TRUE) //climax with your partner remotely! + C.mob_climax_partner(P, M, TRUE, FALSE, FALSE, TRUE) //climax with your partner remotely! return else @@ -188,6 +188,7 @@ icon = 'hyperstation/icons/obj/fleshlight.dmi' icon_state = "portalpanties" item_state = "fleshlight" + w_class = WEIGHT_CLASS_SMALL var/obj/item/portallight var/attached = FALSE