From 2f38e94e7704188d8af1fcb32a3a1b4d26894b9d Mon Sep 17 00:00:00 2001 From: Mark van Alphen Date: Sun, 14 Apr 2019 22:12:34 +0200 Subject: [PATCH] Fix hivelord neck equipping --- .../modules/mob/living/simple_animal/hostile/mining/hivelord.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 030cac745d7..ea13e0a3737 100644 --- a/code/modules/mob/living/simple_animal/hostile/mining/hivelord.dm +++ b/code/modules/mob/living/simple_animal/hostile/mining/hivelord.dm @@ -430,7 +430,7 @@ if(prob(10)) belt = pick(list(/obj/item/storage/belt/mining, /obj/item/storage/belt/utility/full)) if(prob(50)) - neck = /obj/item/bedsheet/rd/royal_cape + back = /obj/item/bedsheet/rd/royal_cape if(prob(10)) l_pocket = pick(list(/obj/item/crowbar/power, /obj/item/wrench/power, /obj/item/weldingtool/experimental)) if("YeOlde")