Merge pull request #5529 from Citadel-Station-13/upstream-merge-35697

[MIRROR] Fixes addiction text
This commit is contained in:
LetterJay
2018-02-16 12:10:37 -06:00
committed by GitHub
+1 -1
View File
@@ -94,7 +94,7 @@
/datum/reagent/proc/addiction_act_stage1(mob/living/M)
if(prob(30))
to_chat(M, "<span class='notice'>You feel like some [name] right about now.</span>")
to_chat(M, "<span class='notice'>You feel like having some [name] right about now.</span>")
return
/datum/reagent/proc/addiction_act_stage2(mob/living/M)