[MIRROR] Adds some more moth wings & antennae [MDB IGNORE] (#10972)

* Adds some more moth wings & antennae (#64293)

add: ports some moth wings & antennae from fulp

* Adds some more moth wings & antennae

Co-authored-by: redguy999 <61719178+redguy999@users.noreply.github.com>
This commit is contained in:
SkyratBot
2022-01-26 04:15:07 +00:00
committed by GitHub
co-authored by redguy999
parent a6155c6573
commit 975b30dc34
3 changed files with 31 additions and 0 deletions
@@ -2131,6 +2131,22 @@
name = "Witch Wing"
icon_state = "witchwing"
/datum/sprite_accessory/moth_wings/rosy
name = "Rosy"
icon_state = "rosy"
/datum/sprite_accessory/moth_wings/feathery
name = "Feathery"
icon_state = "feathery"
/datum/sprite_accessory/moth_wings/brown
name = "Brown"
icon_state = "brown"
/datum/sprite_accessory/moth_wings/plasmafire
name = "Plasmafire"
icon_state = "plasmafire"
/datum/sprite_accessory/moth_antennae //Finally splitting the sprite
icon = 'icons/mob/moth_antennae.dmi'
color_src = null
@@ -2198,6 +2214,21 @@
/datum/sprite_accessory/moth_antennae/regal
name = "Regal"
icon_state = "regal"
/datum/sprite_accessory/moth_antennae/rosy
name = "Rosy"
icon_state = "rosy"
/datum/sprite_accessory/moth_antennae/feathery
name = "Feathery"
icon_state = "feathery"
/datum/sprite_accessory/moth_antennae/brown
name = "Brown"
icon_state = "brown"
/datum/sprite_accessory/moth_antennae/plasmafire
name = "Plasmafire"
icon_state = "plasmafire"
/datum/sprite_accessory/moth_markings // the markings that moths can have. finally something other than the boring tan
icon = 'icons/mob/moth_markings.dmi'
Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.5 KiB

After

Width:  |  Height:  |  Size: 8.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 46 KiB

After

Width:  |  Height:  |  Size: 55 KiB