From 91fdb7c4aef1927a1243a2cfe528cbd328ac3801 Mon Sep 17 00:00:00 2001 From: quotefox Date: Sat, 26 Mar 2022 13:32:52 +0000 Subject: [PATCH] fix fix --- hyperstation/code/modules/arousal/arousalhud.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hyperstation/code/modules/arousal/arousalhud.dm b/hyperstation/code/modules/arousal/arousalhud.dm index 1b49efdc1..ff7725ddb 100644 --- a/hyperstation/code/modules/arousal/arousalhud.dm +++ b/hyperstation/code/modules/arousal/arousalhud.dm @@ -352,7 +352,7 @@ obj/screen/arousal/proc/kiss() src << browse(null, "window=arousal") //closes the arousal window, if its open, mainly to stop spam - M.adjustPainLoss(-5, 0) //mommas kisses always stop alittle pain.. + L.adjustPainLoss(-5, 0) //mommas kisses always stop alittle pain.. SEND_SIGNAL(L, COMSIG_ADD_MOOD_EVENT, "kissed", /datum/mood_event/kiss) //how cute, affection is nice. src.visible_message("[src] kisses [L]!", \ "You kiss [L]!", \