diff --git a/code/modules/vore/fluffstuff/custom_mecha_vr.dm b/code/modules/vore/fluffstuff/custom_mecha_vr.dm index 64e11db1a71..1801a9f81d3 100644 --- a/code/modules/vore/fluffstuff/custom_mecha_vr.dm +++ b/code/modules/vore/fluffstuff/custom_mecha_vr.dm @@ -1,6 +1,11 @@ /obj/mecha/combat/phazon/scree desc = "A very, very shiny exosuit. This thing has been polished and waxed practically to a mirror finish." name = "Scuttlebug" + icon_state = "scuttlebug" + initial_icon = "scuttlebug" + wreckage = /obj/effect/decal/mecha_wreckage/phazon/scree + icon = 'icons/mecha/mecha_vr.dmi' + /obj/mecha/combat/phazon/scree/New() ..() @@ -10,3 +15,8 @@ ME.attach(src) return +/obj/effect/decal/mecha_wreckage/phazon/scree + name = "Scuttlebug wreckage" + icon_state = "scuttlebug-broken" + icon = 'icons/mecha/mecha_vr.dmi' + diff --git a/icons/mecha/mecha_vr.dmi b/icons/mecha/mecha_vr.dmi index 59bbf8bdc7b..e0a9d14064e 100644 Binary files a/icons/mecha/mecha_vr.dmi and b/icons/mecha/mecha_vr.dmi differ