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), )