diff --git a/code/game/objects/closets/malfunction.dm b/code/game/objects/closets/malfunction.dm index 1247e86d3bc..a647887c884 100644 --- a/code/game/objects/closets/malfunction.dm +++ b/code/game/objects/closets/malfunction.dm @@ -3,8 +3,8 @@ sleep(2) new /obj/item/weapon/tank/jetpack(src) new /obj/item/clothing/mask/breath(src) - new /obj/item/clothing/head/helmet/space/syndicate(src) - new /obj/item/clothing/suit/space/syndicate(src) + new /obj/item/clothing/head/helmet/space/nasavoid(src) + new /obj/item/clothing/suit/space/nasavoid(src) new /obj/item/weapon/crowbar(src) new /obj/item/weapon/cell(src) new /obj/item/device/multitool(src) \ No newline at end of file