Update legion.dm (#13566)

This commit is contained in:
zeroisthebiggay
2020-10-15 05:48:12 -04:00
committed by GitHub
parent a7b0d253ff
commit ea80867cda

View File

@@ -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 ..()