The mobs, Guti. THE MOBS.

This commit is contained in:
Guti
2025-01-12 02:20:57 +01:00
parent 863eaa37ed
commit fd3daa53ef
@@ -135,8 +135,9 @@
var/list/our_targets = ..()
var/mob/living/simple_mob/vore/aggressive/macrophage/macrophage = holder
for(var/list_target in our_targets)
if(our_targets.viruses)
if(our_targets.HasDisease(macrophage.base_disease) && prob(75)) // Less likely to be a target if you're infected
var/mob/living/victim = list_target
if(victim.viruses)
if(victim.HasDisease(macrophage.base_disease) && prob(75)) // Less likely to be a target if you're infected
our_targets -= list_target
continue
return our_targets