More damage to macrophages

This commit is contained in:
Guti
2025-01-12 02:02:09 +01:00
parent 18f338e3a3
commit df62357666
+1 -1
View File
@@ -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)
..()