From 77c883cc6db85889c0af9149e07cf9cc914b4db9 Mon Sep 17 00:00:00 2001 From: MagmaRam Date: Wed, 19 Nov 2014 21:35:34 -0500 Subject: [PATCH] Fixes missing icons for xenoarchaeology items EXCEPT for the energy guns. --- .../research/xenoarchaeology/finds/finds.dm | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/code/modules/research/xenoarchaeology/finds/finds.dm b/code/modules/research/xenoarchaeology/finds/finds.dm index 4861a53ffc..64927f0614 100644 --- a/code/modules/research/xenoarchaeology/finds/finds.dm +++ b/code/modules/research/xenoarchaeology/finds/finds.dm @@ -146,6 +146,7 @@ "You wonder what the creator's mouth was shaped like")]." if(4) name = "statuette" + icon = 'icons/obj/xenoarchaeology.dmi' item_type = "statuette" icon_state = "statuette" additional_desc = "It depicts a [pick("small","ferocious","wild","pleasing","hulking")] \ @@ -154,6 +155,8 @@ if(prob(25)) new_item = new /obj/item/weapon/vampiric(src.loc) if(5) + name = "instrument" + icon = 'icons/obj/xenoarchaeology.dmi' item_type = "instrument" icon_state = "instrument" if(prob(30)) @@ -256,17 +259,17 @@ if(16) apply_prefix = 0 if(prob(25)) + icon = 'icons/obj/xenoarchaeology.dmi' item_type = "smooth green crystal" icon_state = "Green lump" else if(prob(33)) + icon = 'icons/obj/xenoarchaeology.dmi' item_type = "irregular purple crystal" icon_state = "Phazon" - else if(prob(50)) + else + icon = 'icons/obj/xenoarchaeology.dmi' item_type = "rough red crystal" icon_state = "changerock" - else - item_type = "smooth red crystal" - icon_state = "ore" additional_desc = pick("It shines faintly as it catches the light.","It appears to have a faint inner glow.","It seems to draw you inward as you look it at.","Something twinkles faintly as you look at it.","It's mesmerizing to behold.") apply_material_decorations = 0 @@ -285,8 +288,8 @@ if(18) new_item = new /obj/item/device/radio/beacon(src.loc) talkative = 0 - new_item.icon_state = "unknown[rand(1,4)]" new_item.icon = 'icons/obj/xenoarchaeology.dmi' + new_item.icon_state = "unknown[rand(1,4)]" new_item.desc = "" if(19) apply_prefix = 0 @@ -451,7 +454,7 @@ //robot remains apply_prefix = 0 item_type = "[pick("mechanical","robotic","cyborg")] [pick("remains","chassis","debris")]" - icon = 'icons/effects/blood.dmi' + icon = 'icons/mob/robots.dmi' icon_state = "remainsrobot" additional_desc = pick("Almost mistakeable for the remains of a modern cyborg.",\ "They are barely recognisable as anything other than a pile of waste metals.",\