diff --git a/code/modules/reagents/chemistry/reagents.dm b/code/modules/reagents/chemistry/reagents.dm
index c8686d07f7..4ca1efa4e7 100644
--- a/code/modules/reagents/chemistry/reagents.dm
+++ b/code/modules/reagents/chemistry/reagents.dm
@@ -94,7 +94,7 @@
/datum/reagent/proc/addiction_act_stage1(mob/living/M)
if(prob(30))
- to_chat(M, "You feel like some [name] right about now.")
+ to_chat(M, "You feel like having some [name] right about now.")
return
/datum/reagent/proc/addiction_act_stage2(mob/living/M)