paracetamol

This commit is contained in:
ZomgPonies
2014-03-03 15:23:35 -05:00
parent b0e6b7ffa4
commit c9fbe145d9
@@ -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"