diff --git a/code/modules/reagents/Chemistry-Reagents.dm b/code/modules/reagents/Chemistry-Reagents.dm index a42f4516494..70e442a73da 100644 --- a/code/modules/reagents/Chemistry-Reagents.dm +++ b/code/modules/reagents/Chemistry-Reagents.dm @@ -778,6 +778,8 @@ datum on_mob_life(var/mob/living/M as mob) if (volume > overdose) M.hallucination = max(M.hallucination, 2) + ..() + return tramadol name = "Tramadol" @@ -790,6 +792,8 @@ datum on_mob_life(var/mob/living/M as mob) if (volume > overdose) M.hallucination = max(M.hallucination, 2) + ..() + return oxycodone name = "Oxycodone" @@ -803,6 +807,8 @@ datum if (volume > overdose) M.druggy = max(M.druggy, 10) M.hallucination = max(M.hallucination, 3) + ..() + return virus_food