From 7ed168da7f5569f3590042e7f2a6c44eddad5cdf Mon Sep 17 00:00:00 2001 From: Trilbyspaceclone <30435998+Trilbyspaceclone@users.noreply.github.com> Date: Sun, 5 Apr 2020 03:05:41 -0400 Subject: [PATCH] Update hivelord.dm --- .../mob/living/simple_animal/hostile/mining_mobs/hivelord.dm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/code/modules/mob/living/simple_animal/hostile/mining_mobs/hivelord.dm b/code/modules/mob/living/simple_animal/hostile/mining_mobs/hivelord.dm index b41ca15948..89d9919981 100644 --- a/code/modules/mob/living/simple_animal/hostile/mining_mobs/hivelord.dm +++ b/code/modules/mob/living/simple_animal/hostile/mining_mobs/hivelord.dm @@ -285,9 +285,10 @@ if("Miner") mob_species = pickweight(list(/datum/species/human = 70, /datum/species/lizard = 26, /datum/species/fly = 2, /datum/species/plasmaman = 2)) if(mob_species == /datum/species/plasmaman) - uniform = /obj/item/clothing/under/plasmaman - head = /obj/item/clothing/head/helmet/space/plasmaman + uniform = /obj/item/clothing/under/plasmaman/mining + head = /obj/item/clothing/head/helmet/space/plasmaman/mining belt = /obj/item/tank/internals/plasmaman/belt + mask = /obj/item/clothing/mask/gas/explorer else uniform = /obj/item/clothing/under/rank/cargo/miner/lavaland if (prob(4))