From ab1198f7f09a8d72daa0a9d530ea4e6a5b664139 Mon Sep 17 00:00:00 2001 From: Tigercat2000 Date: Sun, 11 Oct 2015 15:56:29 -0700 Subject: [PATCH] Rigsuit Tweaks: Hydrocodone is close enough to oxycodone, right? --- code/modules/clothing/spacesuits/rig/modules/utility.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/clothing/spacesuits/rig/modules/utility.dm b/code/modules/clothing/spacesuits/rig/modules/utility.dm index 64e80643d48..26159df516f 100644 --- a/code/modules/clothing/spacesuits/rig/modules/utility.dm +++ b/code/modules/clothing/spacesuits/rig/modules/utility.dm @@ -240,7 +240,7 @@ charges = list( list("synaptizine", "synaptizine", 0, 30), - list("morphine", "morphine", 0, 30), + list("hydrocodone", "hydrocodone", 0, 30), list("nutrients", "nutriment", 0, 80), )