From dbf373c6a74c43dcec381604e12d40e841dd8746 Mon Sep 17 00:00:00 2001 From: Heroman3003 <31296024+Heroman3003@users.noreply.github.com> Date: Thu, 27 Aug 2020 14:46:18 +1000 Subject: [PATCH] Makes Liquid Protean and Repair Nanites affect synths --- code/modules/reagents/Chemistry-Reagents_vr.dm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/code/modules/reagents/Chemistry-Reagents_vr.dm b/code/modules/reagents/Chemistry-Reagents_vr.dm index ab76750d8cc..f6cd245dee7 100644 --- a/code/modules/reagents/Chemistry-Reagents_vr.dm +++ b/code/modules/reagents/Chemistry-Reagents_vr.dm @@ -44,6 +44,7 @@ reagent_state = LIQUID color = "#333333" scannable = 1 + affects_robots = TRUE /datum/reagent/nif_repair_nanites/affect_blood(var/mob/living/carbon/M, var/alien, var/removed) if(ishuman(M)) @@ -108,6 +109,7 @@ color = "#1d1d1d" scannable = 0 metabolism = REM * 0.5 + affects_robots = TRUE /datum/reagent/liquid_protean/affect_blood(var/mob/living/carbon/M, var/alien, var/removed) if(alien != IS_DIONA)