Legion fix

This commit is contained in:
Trilbyspaceclone
2020-07-07 14:21:16 -04:00
committed by GitHub
parent f479a8622e
commit ddeb564c80

View File

@@ -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