From 45c122fe0fa44c25b073ff11c3097728674eec3c Mon Sep 17 00:00:00 2001 From: private-tristan Date: Sat, 28 Oct 2023 13:40:39 -0400 Subject: [PATCH] Predators are no longer immune to molecular acid --- code/modules/reagents/chemistry_reagents/toxin.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/reagents/chemistry_reagents/toxin.dm b/code/modules/reagents/chemistry_reagents/toxin.dm index 458424a5db11..6ffd14ea8ae3 100644 --- a/code/modules/reagents/chemistry_reagents/toxin.dm +++ b/code/modules/reagents/chemistry_reagents/toxin.dm @@ -279,4 +279,4 @@ color = "#669900" reagent_state = LIQUID chemclass = CHEM_CLASS_NONE - properties = list(PROPERTY_CORROSIVE = 2, PROPERTY_TOXIC = 1) + properties = list(PROPERTY_CORROSIVE = 2, PROPERTY_TOXIC = 1, PROPERTY_CROSSMETABOLIZING = 3)