diff --git a/code/citadel/cit_reagents.dm b/code/citadel/cit_reagents.dm
index 1453658893..12604f26f5 100644
--- a/code/citadel/cit_reagents.dm
+++ b/code/citadel/cit_reagents.dm
@@ -135,7 +135,7 @@
aroused_message = pick("You need to fuck someone!", "You're bursting with sexual tension!", "You can't get sex off your mind!")
else
aroused_message = pick("You feel a bit hot.", "You feel strong sexual urges.", "You feel in the mood.", "You're ready to go down on someone.")
- to_chat(M, "[aroused_message]")
+ to_chat(M, "[aroused_message]")
..()
/datum/reagent/drug/aphrodisiacplus/addiction_act_stage2(mob/living/M)