From c68df9b089555fa72d463dfd0ba2f66fec11fd4e Mon Sep 17 00:00:00 2001 From: FalloutFalcon Date: Sat, 25 Nov 2023 11:45:30 -0600 Subject: [PATCH] hardsuit was helmet --- .../mob/living/simple_animal/hostile/mining_mobs/hivelord.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 a3279be6322b..0c5923700c70 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 @@ -897,7 +897,7 @@ mask = /obj/item/clothing/mask/gas/syndicate back = /obj/item/tank/jetpack/oxygen if else(prob(25)) - suit = /obj/item/clothing/head/helmet/space/hardsuit/syndi + suit = /obj/item/clothing/suit/space/hardsuit/syndi mask = /obj/item/clothing/mask/gas/syndicate back = /obj/item/tank/jetpack/oxygen else