From 2d75f111c53d23d91412a3ecfde3e2ee3d2318c8 Mon Sep 17 00:00:00 2001 From: Iamgoofball Date: Sun, 21 Jun 2015 16:59:23 -0700 Subject: [PATCH] Adds trekchems to the Sleepers. --- code/game/machinery/Sleeper.dm | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/code/game/machinery/Sleeper.dm b/code/game/machinery/Sleeper.dm index 76623347eb9..995ef9d1aad 100644 --- a/code/game/machinery/Sleeper.dm +++ b/code/game/machinery/Sleeper.dm @@ -16,10 +16,10 @@ var/initial_bin_rating = 1 var/min_health = 25 var/list/injection_chems = list() //list of injectable chems except ephedrine, coz ephedrine is always avalible - var/list/possible_chems = list(list("morphine", "salbutamol", "salglu_solution"), - list("morphine", "salbutamol", "salglu_solution", "oculine"), - list("morphine", "salbutamol", "salglu_solution", "oculine", "charcoal", "mutadone", "mannitol", "pen_acid"), - list("morphine", "salbutamol", "salglu_solution", "oculine", "charcoal", "mutadone", "mannitol", "omnizine")) + var/list/possible_chems = list(list("morphine", "salbutamol", "bicaridine", "kelotane"), + list("morphine", "salbutamol", "bicaridine", "kelotane", "oculine"), + list("morphine", "salbutamol", "bicaridine", "kelotane", "oculine", "antitoxin", "mutadone", "mannitol", "pen_acid"), + list("morphine", "salbutamol", "bicaridine", "kelotane", "oculine", "antitoxin", "mutadone", "mannitol", "pen_acid")) /obj/machinery/sleeper/New() ..() component_parts = list() @@ -225,4 +225,4 @@ if(state_open) icon_state = "sleeper-open" else - icon_state = "sleeper" \ No newline at end of file + icon_state = "sleeper"