From 9799fb071a3273d49d97be3cf04aa72377f9ad71 Mon Sep 17 00:00:00 2001 From: deathride58 Date: Sun, 15 Oct 2017 19:28:03 -0400 Subject: [PATCH] tfw autotab --- code/citadel/cit_reagents.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)