From c9fbe145d93ea77d9bc0924613425669f7e074a4 Mon Sep 17 00:00:00 2001 From: ZomgPonies Date: Mon, 3 Mar 2014 15:23:35 -0500 Subject: [PATCH] paracetamol --- code/modules/reagents/Chemistry-Reagents.dm | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/code/modules/reagents/Chemistry-Reagents.dm b/code/modules/reagents/Chemistry-Reagents.dm index b506ffcd450..a7f7396f951 100644 --- a/code/modules/reagents/Chemistry-Reagents.dm +++ b/code/modules/reagents/Chemistry-Reagents.dm @@ -1135,6 +1135,20 @@ datum ..() return + + paracetamol + name = "Paracetamol" + id = "paracetamol" + description = "Most probably know this as Tylenol, but this chemical is a mild, simple painkiller." + reagent_state = LIQUID + color = "#C855DC" + overdose_dam = 0 + overdose = 60 + + on_mob_life(var/mob/living/M as mob) + if (volume > overdose) + M.hallucination = max(M.hallucination, 2) + mutagen name = "Unstable mutagen" id = "mutagen"