From ea80867cda8d74215158b650682650f4e8599a1d Mon Sep 17 00:00:00 2001 From: zeroisthebiggay <43571008+zeroisthebiggay@users.noreply.github.com> Date: Thu, 15 Oct 2020 05:48:12 -0400 Subject: [PATCH] Update legion.dm (#13566) --- .../mob/living/simple_animal/hostile/megafauna/legion.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ..()