diff --git a/code/modules/mob/living/simple_animal/hostile/megafauna/legion.dm b/code/modules/mob/living/simple_animal/hostile/megafauna/legion.dm index be0b545847..3c6857b54e 100644 --- a/code/modules/mob/living/simple_animal/hostile/megafauna/legion.dm +++ b/code/modules/mob/living/simple_animal/hostile/megafauna/legion.dm @@ -200,7 +200,7 @@ SHITCODE AHEAD. BE ADVISED. Also comment extravaganza loot = list(/obj/item/staff/storm) elimination = FALSE else if(prob(20)) //20% chance for sick lootz. - loot = list(/obj/structure/closet/crate/necropolis/tendril) + loot = list(/obj/structure/closet/crate/necropolis/tendril/all) if(!true_spawn) loot = null return ..()