diff --git a/code/modules/mob/living/simple_animal/hostile/mining/hivelord.dm b/code/modules/mob/living/simple_animal/hostile/mining/hivelord.dm index da037e8375d..04c2a1f032d 100644 --- a/code/modules/mob/living/simple_animal/hostile/mining/hivelord.dm +++ b/code/modules/mob/living/simple_animal/hostile/mining/hivelord.dm @@ -339,7 +339,7 @@ H.update_mutations() /obj/effect/mob_spawn/human/corpse/damaged/legioninfested/Initialize(mapload) - var/type = pickweight(list("Miner" = 66, "Ashwalker" = 10, "Golem" = 10,"Clown" = 10, pick(list("Shadow", "YeOlde","Operative", "Cultist")) = 4)) + var/type = pickweight(list("Miner" = 66, "Ashwalker" = 10, "Golem" = 10,"Clown" = 10, pick(list("Shadow", "YeOlde", "Cultist")) = 4)) switch(type) if("Miner") mob_species = pickweight(list(/datum/species/human = 72, /datum/species/unathi = 28)) @@ -411,9 +411,6 @@ belt = /obj/item/nullrod/claymore r_pocket = /obj/item/tank/internals/emergency_oxygen mask = /obj/item/clothing/mask/breath - if("Operative") - id_job = "Operative" - outfit = /datum/outfit/syndicatecommandocorpse if("Shadow") mob_species = /datum/species/shadow uniform = /obj/item/clothing/under/color/black