diff --git a/code/modules/reagents/reagents/other.dm b/code/modules/reagents/reagents/other.dm index 67a44e70d71..fb2f706218e 100644 --- a/code/modules/reagents/reagents/other.dm +++ b/code/modules/reagents/reagents/other.dm @@ -447,7 +447,7 @@ if(istype(M, /mob/living/simple_mob/vore/aggressive/macrophage)) // Big ouch for viruses var/mob/living/simple_mob/macrophage = M - macrophage.adjustToxLoss(15) + macrophage.adjustToxLoss(20) /datum/reagent/space_cleaner/touch_obj(var/obj/O) ..()