From 91e749d7e31e16265d5bb1d8d3726adb675a1387 Mon Sep 17 00:00:00 2001 From: QuoteFox <49098813+quotefox@users.noreply.github.com> Date: Sat, 2 Jan 2021 13:53:34 +0000 Subject: [PATCH] comments comments clean up. --- hyperstation/code/modules/arousal/arousalhud.dm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/hyperstation/code/modules/arousal/arousalhud.dm b/hyperstation/code/modules/arousal/arousalhud.dm index 99afef1f..cb0c6104 100644 --- a/hyperstation/code/modules/arousal/arousalhud.dm +++ b/hyperstation/code/modules/arousal/arousalhud.dm @@ -5,7 +5,7 @@ /obj/screen/arousal/ui_interact(mob/user) . = ..() - var/dat = {"Genitals

"} //for noncon toggling and erp toggling on the fly. + var/dat = {"Genitals

"} //List genitals var/obj/item/organ/genital/penis/P = user.getorganslot("penis") @@ -46,12 +46,12 @@ if(isliving(user.pulling)) if(iscarbon(user.pulling)) - dat += "Climax with [user.pulling]" //you can cum "with" living people. + dat += "Climax with [user.pulling]" dat += {"(Orgasm with another person.)
"} var/mob/living/carbon/human/H = user.pulling if(H.breedable && P && H) - dat += "Impregnate [user.pulling]" //you can cum "with" living people. + dat += "Impregnate [user.pulling]" dat += "(Climax inside another person, knocking them up.)
"