diff --git a/hyperstation/code/modules/arousal/arousalhud.dm b/hyperstation/code/modules/arousal/arousalhud.dm index 90d057a4..50b3c9c9 100644 --- a/hyperstation/code/modules/arousal/arousalhud.dm +++ b/hyperstation/code/modules/arousal/arousalhud.dm @@ -55,12 +55,12 @@ dat += "(Climax inside another person, knocking them up.)
" - dat += {"
"}//Newline for the objects + if(P.condom == 1) dat += "Remove Condom
" if(P.sounding == 1) dat += "Remove Sounding Rod
" - + dat += {"
"}//Newline for the objects //bottom options dat += "Refresh" dat += "Old Menu"