Merge pull request #35697 from praisenarsie/patch-34

Fixes addiction text
This commit is contained in:
Jordan Brown
2018-02-16 11:33:04 -05:00
committed by CitadelStationBot
parent 879d15c18d
commit 238591128c
+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)