diff --git a/hyperstation/code/modules/arousal/arousalhud.dm b/hyperstation/code/modules/arousal/arousalhud.dm
index 50b3c9c9..b35ac109 100644
--- a/hyperstation/code/modules/arousal/arousalhud.dm
+++ b/hyperstation/code/modules/arousal/arousalhud.dm
@@ -55,11 +55,11 @@
dat += "(Climax inside another person, knocking them up.)
"
-
- if(P.condom == 1)
- dat += "Remove Condom
"
- if(P.sounding == 1)
- dat += "Remove Sounding Rod
"
+ if(P) // They have a dick (make sure to check or this will break everything)
+ if(P.condom == 1)
+ dat += "Remove Condom
"
+ if(P.sounding == 1)
+ dat += "Remove Sounding Rod
"
dat += {"