From ddeb564c80c2f3d61d28400ce65cd0c82129f70b Mon Sep 17 00:00:00 2001 From: Trilbyspaceclone <30435998+Trilbyspaceclone@users.noreply.github.com> Date: Tue, 7 Jul 2020 14:21:16 -0400 Subject: [PATCH] Legion fix --- .../living/simple_animal/hostile/megafauna/legion.dm | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) 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 4da8a90b23..86d27fd1dd 100644 --- a/code/modules/mob/living/simple_animal/hostile/megafauna/legion.dm +++ b/code/modules/mob/living/simple_animal/hostile/megafauna/legion.dm @@ -139,8 +139,15 @@ Difficulty: Medium if(last_legion) loot = list(/obj/item/staff/storm) elimination = 0 - else if(prob(20)) - loot = list(/obj/structure/closet/crate/necropolis/tendril) + else if(prob(20)) //We role magic first + loot = list(/obj/structure/closet/crate/necropolis/tendril/magic) + return + else if(prob(20)) //We role weapons second + loot = list(/obj/structure/closet/crate/necropolis/tendril/weapon_armor) + return + else if(prob(20)) //We role misc third + loot = list(/obj/structure/closet/crate/necropolis/tendril/misc) + //if you dont role any, your unlucky ..() /obj/item/gps/internal/legion