From e01c0ea2d6d459b7afb4749b2f00c45fccb9d2a0 Mon Sep 17 00:00:00 2001 From: Expletive Date: Wed, 31 May 2017 01:13:25 -0700 Subject: [PATCH] some fixes --- .../mob/living/simple_animal/hostile/mining_mobs/hivelord.dm | 4 +--- 1 file changed, 1 insertion(+), 3 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 5b4f8c965bc..0a385eb3160 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 @@ -263,14 +263,12 @@ if(prob(20)) glasses = pickweight(list(/obj/item/clothing/glasses/meson = 5, /obj/item/clothing/glasses/night = 4, /obj/item/clothing/glasses/hud/health/night = 1)) if(prob(20)) - belt = pickweight(/obj/item/weapon/storage/belt/mining/vendor = 1,/obj/item/weapon/storage/belt/utility/full = 1)) + belt = pickweight(list(/obj/item/weapon/storage/belt/mining/vendor = 1,/obj/item/weapon/storage/belt/utility/full = 1)) if("YeOlde") mob_gender = FEMALE uniform = /obj/item/clothing/under/maid head = /obj/item/clothing/head/helmet/knight suit = /obj/item/clothing/suit/armor/riot/knight - gloves = /obj/item/clothing/gloves/plate - shoes = /obj/item/clothing/shoes/plate back = /obj/item/weapon/shield/riot/buckler belt = /obj/item/weapon/nullrod/claymore if("Operative")