From df62357666e0a44636ff98dcee9759d38d44b5ab Mon Sep 17 00:00:00 2001 From: Guti Date: Sun, 12 Jan 2025 02:02:09 +0100 Subject: [PATCH] More damage to macrophages --- code/modules/reagents/reagents/other.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) ..()