diff --git a/code/modules/clothing/spacesuits/rig/modules/utility_vr.dm b/code/modules/clothing/spacesuits/rig/modules/utility_vr.dm index 21fe6fb9cf3..6c5bc743df5 100644 --- a/code/modules/clothing/spacesuits/rig/modules/utility_vr.dm +++ b/code/modules/clothing/spacesuits/rig/modules/utility_vr.dm @@ -109,7 +109,7 @@ charges = list( list("inaprovaline", "inaprovaline", 0, 20), - list("dylovene", "dylovene", 0, 20), + list("anti_toxin", "anti_toxin", 0, 20), list("paracetamol", "paracetamol", 0, 20), list("dexalin", "dexalin", 0, 20) )