From 1c86de40ade1384c867ff58d16a2e64416c09b02 Mon Sep 17 00:00:00 2001 From: Mechoid Date: Sat, 21 Jul 2018 01:09:42 -0700 Subject: [PATCH] Fixes anomaly suits being invisible. For realsies this time. --- code/modules/xenoarcheaology/tools/equipment.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/xenoarcheaology/tools/equipment.dm b/code/modules/xenoarcheaology/tools/equipment.dm index 186745a2771..5bc7694df54 100644 --- a/code/modules/xenoarcheaology/tools/equipment.dm +++ b/code/modules/xenoarcheaology/tools/equipment.dm @@ -4,6 +4,7 @@ icon = 'icons/obj/clothing/spacesuits.dmi' icon_state = "engspace_suit" item_state = "engspace_suit" + update_icon_define = "icons/mob/spacesuit.dmi" armor = list(melee = 0, bullet = 0, laser = 0, energy = 0, bomb = 0, bio = 100, rad = 100) /obj/item/clothing/head/bio_hood/anomaly