From eabc280da421202d38e06761fe514f6d89dd437c Mon Sep 17 00:00:00 2001 From: QuoteFox <49098813+quotefox@users.noreply.github.com> Date: Sat, 2 Jan 2021 14:19:02 +0000 Subject: [PATCH] Moved items into contextal Moved items into contextal --- hyperstation/code/modules/arousal/arousalhud.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"