From f212d109a4b457aec3ac044a846b6fe47c4152d5 Mon Sep 17 00:00:00 2001 From: Unknown Date: Mon, 10 Sep 2018 15:53:42 -0400 Subject: [PATCH] Medical hardsuit bugfix Dylovene having a different internal name irks me --- code/modules/clothing/spacesuits/rig/modules/utility_vr.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) )