From 03502a2a889c6cd99e207ceaa389029cbd401fea Mon Sep 17 00:00:00 2001 From: Taurtura <141481662+Taurtura@users.noreply.github.com> Date: Sat, 3 Aug 2024 18:00:05 +0200 Subject: [PATCH] should have done that from the beginning (#26381) --- code/modules/mob/living/simple_animal/hostile/syndicate_mobs.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/living/simple_animal/hostile/syndicate_mobs.dm b/code/modules/mob/living/simple_animal/hostile/syndicate_mobs.dm index ec58ef89db0..d2ec17104f3 100644 --- a/code/modules/mob/living/simple_animal/hostile/syndicate_mobs.dm +++ b/code/modules/mob/living/simple_animal/hostile/syndicate_mobs.dm @@ -38,7 +38,7 @@ /mob/living/simple_animal/hostile/syndicate/Initialize(mapload) . = ..() if(prob(50)) - loot += /obj/item/salvage/loot/syndicate + loot |= /obj/item/salvage/loot/syndicate /mob/living/simple_animal/hostile/syndicate/Aggro() . = ..()