From 2501b5c88c92296867e4357bbb82e2156f3ebf7c Mon Sep 17 00:00:00 2001 From: Fermi <> Date: Sun, 24 Nov 2019 03:04:27 +0000 Subject: [PATCH] Revert "Revert "Okay"" This reverts commit fb2c29caff9e94d51fc04171fbd4cd11319609da. --- code/modules/research/nanites/nanite_programs/healing.dm | 3 +++ 1 file changed, 3 insertions(+) diff --git a/code/modules/research/nanites/nanite_programs/healing.dm b/code/modules/research/nanites/nanite_programs/healing.dm index 1113f11e87..50fb5efcb0 100644 --- a/code/modules/research/nanites/nanite_programs/healing.dm +++ b/code/modules/research/nanites/nanite_programs/healing.dm @@ -61,6 +61,9 @@ /datum/nanite_program/purging/active_effect() host_mob.adjustToxLoss(-1) for(var/datum/reagent/R in host_mob.reagents.reagent_list) + if(R.id == "nanite_b_gone") + host_mob.adjustToxLoss(4) + continue host_mob.reagents.remove_reagent(R.id,1) /datum/nanite_program/brain_heal