From 7aa175b444c9b57b3218cc0c4715cb0ad90c9a1d Mon Sep 17 00:00:00 2001 From: Chinsky Date: Sat, 9 Feb 2013 22:10:50 +0400 Subject: [PATCH] readded painkillers YET AGAIN --- 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 631e812de29..acec96cba7c 100644 --- a/code/modules/reagents/Chemistry-Reagents.dm +++ b/code/modules/reagents/Chemistry-Reagents.dm @@ -921,6 +921,20 @@ datum ..() return + tramadol + name = "Tramadol" + id = "tramadol" + description = "A simple, yet effective painkiller." + reagent_state = LIQUID + color = "#C8A5DC" + + oxycodone + name = "Oxycodone" + id = "oxycodone" + description = "An effective and very addictive painkiller." + reagent_state = LIQUID + color = "#C805DC" + virus_food name = "Virus Food" id = "virusfood"