diff --git a/modular_citadel/code/modules/arousal/arousal.dm b/modular_citadel/code/modules/arousal/arousal.dm
index 78ea6b35..8c5bf255 100644
--- a/modular_citadel/code/modules/arousal/arousal.dm
+++ b/modular_citadel/code/modules/arousal/arousal.dm
@@ -402,9 +402,9 @@
if(B.inflatable && total_fluids > 80) //requires a big cumshot to expand.
if(B.size < 3)
B.size += 1
- to_chat(src, "You feel your belly expand.")
+ to_chat(L, "You feel your belly expand.")
else
- to_chat(src, "You feel your belly strain.")
+ to_chat(L, "You feel your belly strain.")
var/obj/item/organ/genital/penis/P = G
if (P.condom)//condomed.