adds recoloured phazon sprite for the scuttlebug

This commit is contained in:
Screemonster
2017-02-02 13:24:55 +00:00
parent fb4cb08801
commit f8c121cbb9
2 changed files with 10 additions and 0 deletions
@@ -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'
Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.3 KiB

After

Width:  |  Height:  |  Size: 54 KiB