Adds the Moffra wing pattern (and antennae) (#70064)

Adds the moffra wing pattern and antennae based off of mothra.

New choices to express yourself is always good and it seems like a fun reference.

cl
imageadd: Adds Moffra wing and antennae sprites
/cl
This commit is contained in:
Carmine
2022-09-30 11:02:02 +13:00
committed by GitHub
parent 3088468599
commit a92719210e
3 changed files with 8 additions and 0 deletions
@@ -2157,6 +2157,10 @@
/datum/sprite_accessory/moth_wings/plasmafire
name = "Plasmafire"
icon_state = "plasmafire"
/datum/sprite_accessory/moth_wings/moffra
name = "Moffra"
icon_state = "moffra"
/datum/sprite_accessory/moth_antennae //Finally splitting the sprite
icon = 'icons/mob/species/moth/moth_antennae.dmi'
@@ -2240,6 +2244,10 @@
/datum/sprite_accessory/moth_antennae/plasmafire
name = "Plasmafire"
icon_state = "plasmafire"
/datum/sprite_accessory/moth_antennae/moffra
name = "Moffra"
icon_state = "moffra"
/datum/sprite_accessory/moth_markings // the markings that moths can have. finally something other than the boring tan
icon = 'icons/mob/species/moth/moth_markings.dmi'