mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-15 09:03:53 +01:00
The mobs, Guti. THE MOBS.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user